Browse Source

protoplug: add lv2 specific macros

master
falkTX 9 years ago
parent
commit
3835b4a9e8
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      ports/protoplug/Source/JucePluginCharacteristics.h

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

@@ -21,12 +21,17 @@
#define JucePlugin_Name "Lua Protoplug Fx"
#define JucePlugin_Desc "Lua Protoplug Effect"
#define JucePlugin_PluginCode 'ppgf'
#define JucePlugin_LV2URI "http://www.osar.fr/protoplug#fx"
#else
#define JucePlugin_Name "Lua Protoplug Gen"
#define JucePlugin_Desc "Lua Protoplug Generator (Instrument)"
#define JucePlugin_PluginCode 'ppgg'
#define JucePlugin_LV2URI "http://www.osar.fr/protoplug#gen"
#endif

#define JucePlugin_WantsState 1
#define JucePlugin_WantsLV2TimePos 1

#define JucePlugin_Manufacturer "pac"
#define JucePlugin_ManufacturerWebsite ""
#define JucePlugin_ManufacturerEmail ""


Loading…
Cancel
Save