Skip to content

Commit

Permalink
Changed needed for latest distrho code
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed May 24, 2015
1 parent 2d11ea5 commit bb6a39b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/argotlunar/JuceLibraryCode/JucePluginCharacteristics.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
4 changes: 3 additions & 1 deletion ports/cabbage/source/JucePluginCharacteristics.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions ports/protoplug/Source/JucePluginCharacteristics.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

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

#define JucePlugin_Manufacturer "pac"
#define JucePlugin_ManufacturerWebsite ""
Expand Down
4 changes: 4 additions & 0 deletions ports/radium-compressor/Source/JucePluginCharacteristics.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@

#endif

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

//==============================================================================
// Audio plugin settings..

Expand Down

0 comments on commit bb6a39b

Please sign in to comment.