mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add API to GainMeterBase to allow use of explicit fader colors
This commit is contained in:
parent
bfa40895b3
commit
f8a77c7dcb
2 changed files with 28 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ public:
|
|||
void set_width (Width, int len=0);
|
||||
void set_meter_strip_name (const char * name);
|
||||
void set_fader_name (const char * name);
|
||||
void set_fader_fg (uint32_t);
|
||||
void set_fader_bg (uint32_t);
|
||||
void unset_fader_fg ();
|
||||
void unset_fader_bg ();
|
||||
|
||||
virtual void setup_meters (int len=0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue