Browse Source

Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
57dce2e631
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/DEBUGGING.md

+ 1
- 1
doc/DEBUGGING.md View File

@@ -24,7 +24,7 @@ otherwise the audio thread would take all of valgrind's time and it would appear
It is recommended to remove all modules from the Rack except for the strictly necessary ones for debug.

```
env CARLA_BRIDGE_DUMMY=1 \
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 ""
```

Loading…
Cancel
Save