Browse Source

Fix vst2 plugin path in debugging docs

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.05
falkTX 3 years ago
parent
commit
c89affd980
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/DEBUGGING.md

+ 2
- 2
docs/DEBUGGING.md 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 \ 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 ## 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 \ env CARLA_BRIDGE_DUMMY=30 \
valgrind --leak-check=full --track-origins=yes --suppressions=./dpf/utils/valgrind-dpf.supp \ 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 ""
``` ```

Loading…
Cancel
Save