Browse Source

Fallback to RtAudio when JACK fails (macOS only for now, TESTING)

pull/295/head
falkTX 4 years ago
parent
commit
6f23c9aaae
2 changed files with 424 additions and 151 deletions
  1. +4
    -0
      Makefile.plugins.mk
  2. +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


Loading…
Cancel
Save