mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 10:57:43 +01:00
generic MIDI: put controllables into touch mode (if appropriate) when data is received
This commit is contained in:
parent
93192705bd
commit
93f837b43e
4 changed files with 23 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue