Browse Source

Update carla, add plugin scanning and presets to Ildaeil

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.07
falkTX 2 years ago
parent
commit
5b30b29194
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 537 additions and 170 deletions
  1. +1
    -1
      carla
  2. +3
    -0
      deps/Makefile
  3. +533
    -169
      plugins/Cardinal/src/Ildaeil.cpp

+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit e58f7a8c7a8797656747b11a2608fc8b6ec90b8e
Subproject commit e924e19f25367d5009e0e068b59d9f46794ac41b

+ 3
- 0
deps/Makefile View File

@@ -16,6 +16,9 @@ MACHINE = arm64
else ifeq ($(CPU_ARM64),true)
ARCH_NAME = arm64
MACHINE = arm64
else ifeq ($(CPU_I386),true)
ARCH_NAME = i686
MACHINE = x86_64
else ifeq ($(CPU_RISCV64),true)
ARCH_NAME = riscv64
MACHINE = arm64


+ 533
- 169
plugins/Cardinal/src/Ildaeil.cpp
File diff suppressed because it is too large
View File


Loading…
Cancel
Save