Browse Source

Only show Synths

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 3 years ago
parent
commit
10e85826e3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      plugins/Common/IldaeilUI.cpp

+ 2
- 0
plugins/Common/IldaeilUI.cpp View File

@@ -226,6 +226,8 @@ protected:
#if DISTRHO_PLUGIN_IS_SYNTH
if (info->midiIns != 1 || info->audioOuts != 2)
continue;
if ((info->hints & PLUGIN_IS_SYNTH) == 0x0)
continue;
#elif DISTRHO_PLUGIN_WANT_MIDI_OUTPUT
if (info->midiIns != 1 || info->midiOuts != 1)
continue;


Loading…
Cancel
Save