This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
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
f74e57370d
commit
5b30b29194
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
3 changed files
with
537 additions
and
170 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
carla
+3
-0
deps/Makefile
+533
-169
plugins/Cardinal/src/Ildaeil.cpp
+ 1
- 1
carla
@@ -1 +1 @@
Subproject commit e
58f7a8c7a8797656747b11a2608fc8b6ec90b8e
Subproject commit e
924e19f25367d5009e0e068b59d9f46794ac41b
+ 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
Write
Preview
Loading…
Cancel
Save