Make HostCV module bipolar switches split between 1-5 and 6-10
This commit is contained in:
parent
bcfae94f79
commit
09d608938f
2 changed files with 42 additions and 17 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -356,14 +356,14 @@ jobs:
|
|||
done
|
||||
- name: Test VST2 plugin
|
||||
run: |
|
||||
for p in $(ls bin/ | grep vst); do \
|
||||
for p in $(ls bin/*.vst/*.so); 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 vst2 ./bin/${p}/*.so "" 1>/dev/null; \
|
||||
/usr/lib/carla/carla-bridge-native vst2 ./bin/${p} "" 1>/dev/null; \
|
||||
done
|
||||
# - name: Test VST3 plugin
|
||||
# run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue