|
@@ -91,6 +91,8 @@ struct NativeBridge { |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
return false; |
|
|
return false; |
|
|
|
|
|
// maybe unused |
|
|
|
|
|
(void)event; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void clearEventBuffer() |
|
|
void clearEventBuffer() |
|
@@ -122,6 +124,9 @@ struct NativeBridge { |
|
|
midiOutBuffer.commitWrite(); |
|
|
midiOutBuffer.commitWrite(); |
|
|
#endif |
|
|
#endif |
|
|
return false; |
|
|
return false; |
|
|
|
|
|
// maybe unused |
|
|
|
|
|
(void)data; |
|
|
|
|
|
(void)time; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void allocBuffers() |
|
|
void allocBuffers() |
|
|