diff --git a/README.md b/README.md index 5930f82..a15902a 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ reforger-surround check If Reforger negotiates only `2ch`, restart the game and investigate manually with `qpwgraph`, `reforger-surround status`, and `pactl list sink-inputs`. +Expected final QPWGraph wiring: + +![Expected QPWGraph wiring](assets/qpwgraph%20wiring.png) + ## 2. Open ReforgerEQ Carla Open `reforger-audio.carxp` through Carla: @@ -80,6 +84,10 @@ Optional KDE launcher: ## 3. Carla Output Wiring +Carla patchbay example: + +![Carla wiring](assets/Carla%20Wiring.png) + Wire Carla outputs to your real output device's playback ports: ```text diff --git a/assets/Carla Wiring.png b/assets/Carla Wiring.png new file mode 100644 index 0000000..c1fe6bd Binary files /dev/null and b/assets/Carla Wiring.png differ diff --git a/assets/qpwgraph wiring.png b/assets/qpwgraph wiring.png new file mode 100644 index 0000000..82f8d64 Binary files /dev/null and b/assets/qpwgraph wiring.png differ