|
|
@@ -70,6 +70,14 @@ enum PluginBridgeInfoType { |
|
|
|
|
|
|
|
// ----------------------------------------------------------------------- |
|
|
|
|
|
|
|
const unsigned short MAX_RT_EVENTS = 128; |
|
|
|
const unsigned short MAX_MIDI_EVENTS = 512; |
|
|
|
|
|
|
|
const unsigned int PLUGIN_HINT_HAS_MIDI_IN = 0x1; |
|
|
|
const unsigned int PLUGIN_HINT_HAS_MIDI_OUT = 0x2; |
|
|
|
|
|
|
|
// ----------------------------------------------------------------------- |
|
|
|
|
|
|
|
struct PluginAudioPort { |
|
|
|
uint32_t rindex; |
|
|
|
CarlaEngineAudioPort* port; |
|
|
@@ -398,13 +406,6 @@ private: |
|
|
|
|
|
|
|
// ----------------------------------------------------------------------- |
|
|
|
|
|
|
|
const unsigned short MAX_RT_EVENTS = 128; |
|
|
|
|
|
|
|
const unsigned int PLUGIN_HINT_HAS_MIDI_IN = 0x1; |
|
|
|
const unsigned int PLUGIN_HINT_HAS_MIDI_OUT = 0x2; |
|
|
|
|
|
|
|
// ----------------------------------------------------------------------- |
|
|
|
|
|
|
|
struct CarlaPluginProtectedData { |
|
|
|
CarlaEngine* const engine; |
|
|
|
CarlaEngineClient* client; |
|
|
|