Browse Source

Forgot to rename these

tags/2018-04-16
falkTX 10 years ago
parent
commit
18f352d089
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ports/klangfalter/source/JucePluginCharacteristics.h
  2. +1
    -1
      ports/vex/source/JucePluginCharacteristics.h

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

@@ -125,6 +125,6 @@
#define JucePlugin_WantsLV2State 1
#define JucePlugin_WantsLV2TimePos 1
#define JucePlugin_WantsLV2Presets 0
#define JucePlugin_WantsLV2FixedBlockLength 1
#define JucePlugin_WantsLV2FixedBlockSize 1
#endif // __JUCE_APPCONFIG_IRCJCT__

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

@@ -265,7 +265,7 @@
#define JucePlugin_LV2Category "InstrumentPlugin"
#define JucePlugin_WantsLV2State 1
#define JucePlugin_WantsLV2TimePos 1
#define JucePlugin_WantsLV2FixedBlockLength 1
#define JucePlugin_WantsLV2FixedBlockSize 1
#define JucePlugin_WantsLV2Presets 0


Loading…
Cancel
Save