mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
add glib event loop callback to Generic MIDI surface support
This commit is contained in:
parent
16382982c5
commit
b866335d8f
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue