mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Ardour repo should not distinguish between Mixbus variants
This commit is contained in:
parent
083cf09108
commit
ee6d46d403
11 changed files with 19 additions and 134 deletions
|
|
@ -391,7 +391,7 @@ public:
|
|||
void set_device_mode (bool yn);
|
||||
bool device_mode () const { return _device_mode; }
|
||||
|
||||
#ifdef MIXBUS32C
|
||||
#ifdef MIXBUS
|
||||
void set_ctrllowersends (bool yn);
|
||||
bool ctrllowersends () const { return _ctrllowersends; }
|
||||
|
||||
|
|
@ -416,7 +416,7 @@ private:
|
|||
|
||||
bool _fader8master;
|
||||
bool _device_mode;
|
||||
#ifdef MIXBUS32C
|
||||
#ifdef MIXBUS
|
||||
bool _ctrllowersends;
|
||||
bool _fss_is_mixbus;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue