This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Set default LV2 path for emscripten
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX
2 years ago
parent
b8fa8f2faa
commit
edf5d47867
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/modules/lilv/config/lilv_config.h
+ 2
- 0
source/modules/lilv/config/lilv_config.h
View File
@@ -24,6 +24,8 @@
#if defined(__APPLE__)
#define LILV_DEFAULT_LV2_PATH "~/Library/Audio/Plug-Ins/LV2:/Library/Audio/Plug-Ins/LV2"
#elif defined(__EMSCRIPTEN__)
#define LILV_DEFAULT_LV2_PATH "~/.lv2:/lv2"
#elif defined(__HAIKU__)
#define LILV_DEFAULT_LV2_PATH "~/.lv2:/system/add-ons/media/lv2plugins"
#elif defined(__WIN32__)
Write
Preview
Loading…
Cancel
Save