Browse Source

PdPulp LV2 fx needs to have an alternative URI

master
falkTX 9 years ago
parent
commit
660d76e492
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ports/PdPulp/JuceLibraryCode/JucePluginCharacteristics.h

+ 2
- 2
ports/PdPulp/JuceLibraryCode/JucePluginCharacteristics.h View File

@@ -26,6 +26,7 @@
#define JucePlugin_WantsMidiInput 1 #define JucePlugin_WantsMidiInput 1
#define JucePlugin_VSTCategory kPlugCategSynth #define JucePlugin_VSTCategory kPlugCategSynth
#define JucePlugin_PluginCode 'PDLP' #define JucePlugin_PluginCode 'PDLP'
#define JucePlugin_LV2URI "http://pdpulp.audiosalt.com"
#else #else
#define JucePlugin_Name "Pd Pulp FX" #define JucePlugin_Name "Pd Pulp FX"
#define JucePlugin_MaxNumInputChannels 2 #define JucePlugin_MaxNumInputChannels 2
@@ -35,6 +36,7 @@
#define JucePlugin_WantsMidiInput 0 #define JucePlugin_WantsMidiInput 0
#define JucePlugin_VSTCategory kPlugCategEffect #define JucePlugin_VSTCategory kPlugCategEffect
#define JucePlugin_PluginCode 'PDLF' #define JucePlugin_PluginCode 'PDLF'
#define JucePlugin_LV2URI "http://pdpulp.audiosalt.com#fx"
#endif #endif
#ifndef JucePlugin_Desc #ifndef JucePlugin_Desc
@@ -125,8 +127,6 @@
#define JucePlugin_AAXDisableMultiMono 0 #define JucePlugin_AAXDisableMultiMono 0
#endif #endif
#define JucePlugin_LV2URI "http://pdpulp.audiosalt.com"
#define JucePlugin_WantsLV2Presets 0 #define JucePlugin_WantsLV2Presets 0
#define JucePlugin_WantsLV2State 1 #define JucePlugin_WantsLV2State 1
#define JucePlugin_WantsLV2TimePos 0 #define JucePlugin_WantsLV2TimePos 0


Loading…
Cancel
Save