Browse Source

Only enable Info modgui if building for MOD

Signed-off-by: falkTX <falktx@falktx.com>
pull/189/head
falkTX 5 years ago
parent
commit
d2d3a43776
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      examples/Info/DistrhoPluginInfo.h

+ 4
- 1
examples/Info/DistrhoPluginInfo.h View File

@@ -26,10 +26,13 @@
#define DISTRHO_PLUGIN_NUM_INPUTS 2
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_TIMEPOS 1
#define DISTRHO_PLUGIN_USES_MODGUI 1
#define DISTRHO_UI_USER_RESIZABLE 1
#define DISTRHO_UI_USE_NANOVG 1

#ifdef __MOD_DEVICES__
#define DISTRHO_PLUGIN_USES_MODGUI 1
#endif

enum Parameters {
kParameterBufferSize = 0,
kParameterTimePlaying,


Loading…
Cancel
Save