mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
changes to Mackie Control support for new crossthreadchannel implementation
This commit is contained in:
parent
2f0c998210
commit
602e390649
1 changed files with 7 additions and 0 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue