Browse Source

Disable lv2 presets for SwankyAmp

Signed-off-by: falkTX <falktx@falktx.com>
tags/2021-03-15
falkTX 2 years ago
parent
commit
c81c63cb42
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ports/swankyamp/source/JucePluginCharacteristics.h

+ 1
- 1
ports/swankyamp/source/JucePluginCharacteristics.h View File

@@ -47,6 +47,6 @@
#define JucePlugin_WantsLV2Latency 0
#define JucePlugin_WantsLV2State 1
#define JucePlugin_WantsLV2TimePos 0
#define JucePlugin_WantsLV2Presets 1
#define JucePlugin_WantsLV2Presets 0

#endif

Loading…
Cancel
Save