implement all the DSP stuff for AIDA-X
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
1ad3d130d4
commit
2823dcfe78
3 changed files with 422 additions and 36 deletions
9
Makefile
9
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue