Browse Source

Don't export dexed lv2 presets, they're useless

tags/2018-04-16
falkTX 9 years ago
parent
commit
a018af2877
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ports/dexed/source/JucePluginCharacteristics.h

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

@@ -131,7 +131,7 @@
#define JucePlugin_LV2URI "https://github.com/asb2m10/dexed"
#define JucePlugin_LV2Category "InstrumentPlugin"
#define JucePlugin_WantsLV2Presets 1
#define JucePlugin_WantsLV2Presets 0
#define JucePlugin_WantsLV2State 1
#define JucePlugin_WantsLV2TimePos 0


Loading…
Cancel
Save