generic MIDI: put controllables into touch mode (if appropriate) when data is received

This commit is contained in:
Paul Davis 2017-01-23 13:25:56 +01:00
parent 93192705bd
commit 93f837b43e
4 changed files with 23 additions and 5 deletions

View file

@ -67,6 +67,8 @@ class GenericMidiControlProtocol : public ARDOUR::ControlProtocol {
boost::shared_ptr<PBD::Controllable> lookup_controllable (const ARDOUR::ControllableDescriptor&) const;
void maybe_start_touch (PBD::Controllable*);
XMLNode& get_state ();
int set_state (const XMLNode&, int version);