mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Ctrl Surfaces: update bound controllables
Note: this only affects surfaces that use mapped_controls, and do not already subscribe to processors_changed/RouteProcessorChange signal.
This commit is contained in:
parent
c3ec93997c
commit
bfb22e2acc
8 changed files with 29 additions and 3 deletions
|
|
@ -82,7 +82,7 @@ public:
|
|||
int set_feedback (bool yn);
|
||||
bool get_feedback () const;
|
||||
|
||||
std::shared_ptr<PBD::Controllable> lookup_controllable (std::string const &) const;
|
||||
std::shared_ptr<PBD::Controllable> lookup_controllable (std::string const &, MIDIControllable&) const;
|
||||
|
||||
void maybe_start_touch (std::shared_ptr<PBD::Controllable>);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue