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
Disable audiofile ops debug on wasm, verified to work
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX
2 years ago
parent
edf5d47867
commit
ecfcd4c4a1
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
source/native-plugins/audio-base.hpp
+ 1
- 3
source/native-plugins/audio-base.hpp
View File
@@ -48,9 +48,7 @@ extern "C" {
# define CARLA_MLOCK(ptr, size)
#endif
#ifdef CARLA_OS_WASM
# define DEBUG_FILE_OPS
#endif
// #define DEBUG_FILE_OPS
typedef struct adinfo ADInfo;
Write
Preview
Loading…
Cancel
Save