mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
OSC: make custom strip lists work on linked surfaces too
This commit is contained in:
parent
0c3531efe7
commit
847b71e12d
2 changed files with 71 additions and 6 deletions
|
|
@ -197,6 +197,8 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
|
|||
uint32_t bank; // linkset current bank
|
||||
bool autobank; // banksize is derived from total
|
||||
uint32_t not_ready; // number of 1st device, 0 = ready
|
||||
Sorted custom_strips; // a sorted list of user selected strips
|
||||
uint32_t custom_mode; // use custom strip list
|
||||
std::bitset<32> strip_types; // strip_types for this linkset
|
||||
Sorted strips; // list of valid strips in order for this set
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue