Browse Source

Try to map vst3 main variant audio IO proper; Re-enable VST3 tests

tags/22.09
falkTX 2 years ago
parent
commit
7dd700b553
2 changed files with 12 additions and 17 deletions
  1. +11
    -16
      .github/workflows/build.yml
  2. +1
    -1
      dpf

+ 11
- 16
.github/workflows/build.yml View File

@@ -752,11 +752,6 @@ jobs:
with:
path: |
~/emsdk
*/*.a
build/CardinalFX
build/plugins
build/rack
dpf/build
src/Rack/dep/bin
src/Rack/dep/include
src/Rack/dep/lib
@@ -1103,14 +1098,14 @@ jobs:
--suppressions=./dpf/utils/valgrind-dpf.supp \
/usr/lib/carla/carla-bridge-native vst2 ./${p} "" 1>/dev/null; \
done
#- name: Test VST3 plugin
#run: |
#for p in $(ls bin/ | grep vst3); do \
#env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
#valgrind \
#--error-exitcode=255 \
#--leak-check=no \
#--track-origins=yes \
#--suppressions=./dpf/utils/valgrind-dpf.supp \
#/usr/lib/carla/carla-bridge-native vst3 ./bin/${p} "" 1>/dev/null; \
#done
- name: Test VST3 plugin
run: |
for p in $(ls bin/ | grep vst3); do \
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
valgrind \
--error-exitcode=255 \
--leak-check=no \
--track-origins=yes \
--suppressions=./dpf/utils/valgrind-dpf.supp \
/usr/lib/carla/carla-bridge-native vst3 ./bin/${p} "" 1>/dev/null; \
done

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 639c5100f2ac0a8ce2077f29020e91f673d7c2f8
Subproject commit 79c6601fd435efd98017a9ea42c18a54bc2cc82d

Loading…
Cancel
Save