Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
PdPulp LV2 fx needs to have an alternative URI
  • Loading branch information
falkTX committed Aug 21, 2015
1 parent 9f10632 commit 660d76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/PdPulp/JuceLibraryCode/JucePluginCharacteristics.h
Expand Up @@ -26,6 +26,7 @@
#define JucePlugin_WantsMidiInput 1
#define JucePlugin_VSTCategory kPlugCategSynth
#define JucePlugin_PluginCode 'PDLP'
#define JucePlugin_LV2URI "http://pdpulp.audiosalt.com"
#else
#define JucePlugin_Name "Pd Pulp FX"
#define JucePlugin_MaxNumInputChannels 2
Expand All @@ -35,6 +36,7 @@
#define JucePlugin_WantsMidiInput 0
#define JucePlugin_VSTCategory kPlugCategEffect
#define JucePlugin_PluginCode 'PDLF'
#define JucePlugin_LV2URI "http://pdpulp.audiosalt.com#fx"
#endif

#ifndef JucePlugin_Desc
Expand Down Expand Up @@ -125,8 +127,6 @@
#define JucePlugin_AAXDisableMultiMono 0
#endif

#define JucePlugin_LV2URI "http://pdpulp.audiosalt.com"

#define JucePlugin_WantsLV2Presets 0
#define JucePlugin_WantsLV2State 1
#define JucePlugin_WantsLV2TimePos 0
Expand Down

0 comments on commit 660d76e

Please sign in to comment.