a start at custom MIDI learn for trigger slots (GUI edition)

This commit is contained in:
Paul Davis 2022-10-20 22:08:00 -06:00
parent 730064277d
commit 75a990da8c
2 changed files with 22 additions and 1 deletions

View file

@ -88,6 +88,9 @@ public:
void clear_trigger ();
void edit_trigger ();
void trigger_midi_learn ();
void trigger_midi_unlearn ();
private:
void trigger_changed (PBD::PropertyChange const& ); //calls on_trigger_changed to subclasses