Browse Source

Import a simple fix from Carla

pull/77/head
falkTX 5 years ago
parent
commit
a2067e6bd6
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      distrho/src/DistrhoPluginCarla.cpp

+ 4
- 3
distrho/src/DistrhoPluginCarla.cpp View File

@@ -26,13 +26,14 @@

START_NAMESPACE_DISTRHO

#if ! DISTRHO_PLUGIN_WANT_MIDI_OUTPUT
static const writeMidiFunc writeMidiCallback = nullptr;
#endif

#if DISTRHO_PLUGIN_HAS_UI
// -----------------------------------------------------------------------
// Carla UI

#if ! DISTRHO_PLUGIN_WANT_MIDI_OUTPUT
static const writeMidiFunc writeMidiCallback = nullptr;
#endif
#if ! DISTRHO_PLUGIN_WANT_STATE
static const setStateFunc setStateCallback = nullptr;
#endif


Loading…
Cancel
Save