Browse Source

Changed needed for latest distrho code

master
falkTX 10 years ago
parent
commit
bb6a39b512
4 changed files with 10 additions and 1 deletions
  1. +2
    -0
      ports/argotlunar/JuceLibraryCode/JucePluginCharacteristics.h
  2. +3
    -1
      ports/cabbage/source/JucePluginCharacteristics.h
  3. +1
    -0
      ports/protoplug/Source/JucePluginCharacteristics.h
  4. +4
    -0
      ports/radium-compressor/Source/JucePluginCharacteristics.h

+ 2
- 0
ports/argotlunar/JuceLibraryCode/JucePluginCharacteristics.h View File

@@ -125,5 +125,7 @@
#define JucePlugin_LV2URI "http://argotlunar.info/"
#define JucePlugin_WantsLV2TimePos 1
#define JucePlugin_WantsLV2Presets 0
#define JucePlugin_WantsLV2State 0
#endif // __JUCE_APPCONFIG_ULIIGD__

+ 3
- 1
ports/cabbage/source/JucePluginCharacteristics.h View File

@@ -80,7 +80,9 @@
#define JucePlugin_AAXPluginId JucePlugin_PluginCode
#define JucePlugin_AAXCategory AAX_ePlugInCategory_Dynamics
#define JucePlugin_LV2URI "urn:cabbage:plugin"
#define JucePlugin_LV2URI String("urn:cabbage:")+File::getSpecialLocation(File::currentExecutableFile).getFileNameWithoutExtension().replace("cabbage-","")
#define JucePlugin_WantsLV2Presets 0
#define JucePlugin_WantsLV2State 0
#define JucePlugin_WantsLV2TimePos 1
#endif // __PLUGINCHARACTERISTICS_81BD1C82__

+ 1
- 0
ports/protoplug/Source/JucePluginCharacteristics.h View File

@@ -31,6 +31,7 @@

#define JucePlugin_WantsLV2State 1
#define JucePlugin_WantsLV2TimePos 1
#define JucePlugin_WantsLV2Presets 0

#define JucePlugin_Manufacturer "pac"
#define JucePlugin_ManufacturerWebsite ""


+ 4
- 0
ports/radium-compressor/Source/JucePluginCharacteristics.h View File

@@ -40,6 +40,10 @@
#endif
#define JucePlugin_WantsLV2Presets 0
#define JucePlugin_WantsLV2State 0
#define JucePlugin_WantsLV2TimePos 0
//==============================================================================
// Audio plugin settings..


Loading…
Cancel
Save