This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Allow local ladspa file
Signed-off-by: falkTX <falktx@falktx.com>
v6.1.6-distrho
falkTX
2 years ago
parent
11e0bec9a7
commit
d12a09a43c
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
modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
+ 1
- 1
modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
View File
@@ -25,7 +25,7 @@
#if JUCE_PLUGINHOST_LADSPA && (JUCE_LINUX || JUCE_BSD)
#include
<ladspa.h>
#include
"ladspa.h"
namespace juce
{
Write
Preview
Loading…
Cancel
Save