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:
Robin Gareus 2024-01-13 16:18:32 +01:00
parent c3ec93997c
commit bfb22e2acc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 29 additions and 3 deletions

View file

@ -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>);