implement all the DSP stuff for AIDA-X

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-18 18:49:46 +02:00
parent 1ad3d130d4
commit 2823dcfe78
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 422 additions and 36 deletions

View file

@ -200,6 +200,15 @@ else
gen:
endif
# --------------------------------------------------------------
# extra rules, for quick testing
jack: carla deps dgl plugins resources
$(MAKE) jack -C src $(CARLA_EXTRA_ARGS)
native: carla deps dgl plugins resources
$(MAKE) native -C src $(CARLA_EXTRA_ARGS)
# --------------------------------------------------------------
# Packaging standalone for CI