Cardinal main variant should not use rtaudio fallback
CV ports are treated as audio, should it would be pretty dangerous Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f330b71810
commit
d507afdf2c
1 changed files with 5 additions and 0 deletions
|
@ -261,6 +261,11 @@ CORE_RESOURCES += template.vcv
|
|||
PLUGIN_RESOURCES = $(CORE_RESOURCES:%=$(TARGET_DIR)/$(NAME).lv2/resources/%)
|
||||
PLUGIN_RESOURCES += $(CORE_RESOURCES:%=$(TARGET_DIR)/$(NAME).vst3/Contents/Resources/%)
|
||||
|
||||
# Cardinal main variant should not use rtaudio fallback (it has CV ports)
|
||||
ifeq ($(CARDINAL_VARIANT),main)
|
||||
jack: BUILD_CXX_FLAGS += -DDPF_JACK_STANDALONE_SKIP_RTAUDIO_FALLBACK
|
||||
endif
|
||||
|
||||
# Cardinal main variant is not available as VST2 due to lack of CV ports
|
||||
ifneq ($(CARDINAL_VARIANT),main)
|
||||
ifeq ($(MACOS),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue