This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fallback to RtAudio when JACK fails (macOS only for now, TESTING)
pull/295/head
falkTX
4 years ago
parent
2e6a0f79df
commit
6f23c9aaae
2 changed files
with
424 additions
and
151 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Makefile.plugins.mk
+420
-151
distrho/src/jackbridge/JackBridge.cpp
+ 4
- 0
Makefile.plugins.mk
View File
@@ -49,6 +49,10 @@ ifneq ($(HAIKU_OR_MACOS_OR_WINDOWS),true)
JACK_LIBS = -ldl
endif
ifeq ($(MACOS),true)
JACK_LIBS += -framework CoreAudio
endif
# backwards compat
BASE_FLAGS += -DHAVE_JACK
+ 420
- 151
distrho/src/jackbridge/JackBridge.cpp
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save