13
0

changes to Mackie Control support for new crossthreadchannel implementation

This commit is contained in:
Paul Davis 2014-12-03 21:22:34 -05:00
parent 2f0c998210
commit 602e390649

View File

@ -292,6 +292,13 @@ class MackieControlProtocol
XMLNode* _surfaces_state;
int _surfaces_version;
struct ipMIDIHandler {
MackieControlProtocol* mcp;
MIDI::Port* port;
};
friend struct ipMIDIHandler; /* is this necessary */
friend gboolean ipmidi_input_handler (GIOChannel*, GIOCondition condition, void *data);
int create_surfaces ();
bool periodic();
void build_gui ();