Revert "C++11 Building - Use new style struct field inititializing" (this code
[ardour.git] / libs / surfaces / generic_midi / midiinvokable.h
index 40b3a9068cecc4784045f468ee8d52c139742f32..62cbab238c9a83701583ad47a07be5da800187f0 100644 (file)
@@ -62,7 +62,8 @@ 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);
        void midi_sense_note_off (MIDI::Parser &p, MIDI::EventTwoBytes *tb);