Fix vst2 plugin path in debugging docs

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-14 21:36:50 +01:00
parent e00515e69b
commit c89affd980
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -12,7 +12,7 @@ By default carla-discovery will do 1 audio processing/run block for testing, whi
```
valgrind --leak-check=full --track-origins=yes --suppressions=./dpf/utils/valgrind-dpf.supp \
/usr/lib/carla/carla-discovery-native vst2 ./bin/CardinalFX.vst/CardinalFX.so
/usr/lib/carla/carla-discovery-native vst2 ./bin/Cardinal.vst/CardinalFX.so
```
## Plugin usage
@ -26,5 +26,5 @@ It is recommended to remove all modules from the Rack except for the strictly ne
```
env CARLA_BRIDGE_DUMMY=30 \
valgrind --leak-check=full --track-origins=yes --suppressions=./dpf/utils/valgrind-dpf.supp \
/usr/lib/carla/carla-bridge-native vst2 ./bin/CardinalFX.vst/CardinalFX.so ""
/usr/lib/carla/carla-bridge-native vst2 ./bin/Cardinal.vst/CardinalFX.so ""
```