add glib event loop callback to Generic MIDI surface support
This commit is contained in:
parent
16382982c5
commit
b866335d8f
@ -204,6 +204,8 @@ private:
|
||||
bool midi_input_handler (Glib::IOCondition ioc, boost::weak_ptr<ARDOUR::AsyncMIDIPort> port);
|
||||
void start_midi_handling ();
|
||||
void stop_midi_handling ();
|
||||
|
||||
void event_loop_precall () { ControlProtocol::event_loop_precall(); }
|
||||
};
|
||||
|
||||
#endif /* ardour_generic_midi_control_protocol_h */
|
||||
|
Loading…
Reference in New Issue
Block a user