Try to map vst3 main variant audio IO proper; Re-enable VST3 tests
This commit is contained in:
parent
114307a560
commit
7dd700b553
2 changed files with 12 additions and 17 deletions
27
.github/workflows/build.yml
vendored
27
.github/workflows/build.yml
vendored
|
@ -752,11 +752,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/emsdk
|
~/emsdk
|
||||||
*/*.a
|
|
||||||
build/CardinalFX
|
|
||||||
build/plugins
|
|
||||||
build/rack
|
|
||||||
dpf/build
|
|
||||||
src/Rack/dep/bin
|
src/Rack/dep/bin
|
||||||
src/Rack/dep/include
|
src/Rack/dep/include
|
||||||
src/Rack/dep/lib
|
src/Rack/dep/lib
|
||||||
|
@ -1103,14 +1098,14 @@ jobs:
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
/usr/lib/carla/carla-bridge-native vst2 ./${p} "" 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native vst2 ./${p} "" 1>/dev/null; \
|
||||||
done
|
done
|
||||||
#- name: Test VST3 plugin
|
- name: Test VST3 plugin
|
||||||
#run: |
|
run: |
|
||||||
#for p in $(ls bin/ | grep vst3); do \
|
for p in $(ls bin/ | grep vst3); do \
|
||||||
#env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
|
||||||
#valgrind \
|
valgrind \
|
||||||
#--error-exitcode=255 \
|
--error-exitcode=255 \
|
||||||
#--leak-check=no \
|
--leak-check=no \
|
||||||
#--track-origins=yes \
|
--track-origins=yes \
|
||||||
#--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
||||||
#/usr/lib/carla/carla-bridge-native vst3 ./bin/${p} "" 1>/dev/null; \
|
/usr/lib/carla/carla-bridge-native vst3 ./bin/${p} "" 1>/dev/null; \
|
||||||
#done
|
done
|
||||||
|
|
2
dpf
2
dpf
|
@ -1 +1 @@
|
||||||
Subproject commit 639c5100f2ac0a8ce2077f29020e91f673d7c2f8
|
Subproject commit 79c6601fd435efd98017a9ea42c18a54bc2cc82d
|
Loading…
Add table
Add a link
Reference in a new issue