mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
OSC: Reworked select to follow Gui selected strip regardless of it's inclusion in bank
This commit is contained in:
parent
0809f088be
commit
95beda06d9
6 changed files with 370 additions and 169 deletions
|
|
@ -39,9 +39,8 @@ using namespace PBD;
|
|||
using namespace ARDOUR;
|
||||
using namespace ArdourSurface;
|
||||
|
||||
OSCSelectObserver::OSCSelectObserver (boost::shared_ptr<Stripable> s, lo_address a, uint32_t ss, uint32_t gm, std::bitset<32> fb)
|
||||
OSCSelectObserver::OSCSelectObserver (boost::shared_ptr<Stripable> s, lo_address a, uint32_t gm, std::bitset<32> fb)
|
||||
: _strip (s)
|
||||
,ssid (ss)
|
||||
,gainmode (gm)
|
||||
,feedback (fb)
|
||||
,nsends (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue