forward-port generic MIDI and transport controllable changes from 2.X
[ardour.git] / libs / surfaces / generic_midi / midiinvokable.h
index b86bdb858bf6c50f6460d0c06b375d00f2db04a8..62cbab238c9a83701583ad47a07be5da800187f0 100644 (file)
@@ -62,6 +62,7 @@ class MIDIInvokable : public PBD::Stateful
        MIDI::channel_t  control_channel;
        MIDI::byte*      data;
        size_t           data_size;
+       bool            _parameterized;
 
        void midi_sense_note (MIDI::Parser &, MIDI::EventTwoBytes *, bool is_on);
        void midi_sense_note_on (MIDI::Parser &p, MIDI::EventTwoBytes *tb);