This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Disable lv2 presets for SwankyAmp
Signed-off-by: falkTX <falktx@falktx.com>
tags/2021-03-15
falkTX
2 years ago
parent
1bd0781dd5
commit
c81c63cb42
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ports/swankyamp/source/JucePluginCharacteristics.h
+ 1
- 1
ports/swankyamp/source/JucePluginCharacteristics.h
View File
@@ -47,6 +47,6 @@
#define JucePlugin_WantsLV2Latency 0
#define JucePlugin_WantsLV2State 1
#define JucePlugin_WantsLV2TimePos 0
#define JucePlugin_WantsLV2Presets
1
#define JucePlugin_WantsLV2Presets
0
#endif
Write
Preview
Loading…
Cancel
Save