-
Notifications
You must be signed in to change notification settings - Fork 0
Logging & Debugging
mzuelch edited this page Jan 24, 2026
·
1 revision
This page collects practical debugging tips for PATCHBAY.
- The UI error panel (traceback text on failures)
- Console output when launching from a terminal
- Saved output files + their metadata (sample rate, channels)
See also Troubleshooting.
- Prefer structured messages in the worker event queue (GUI).
- In the backend, log:
- model name + device
- chunk plan (count, window, overlap)
- anchor count + mode
- timings per stage
- Re-run with the same audio and the same
Config. - Disable AudioFX to isolate model issues.
- Reduce
max_len_sto see if the issue is chunk-size dependent. - If using GPU, try CPU to separate driver/GPU issues from algorithm issues.
Last updated: 2026-01-24
PATCHBAY • MIT License • Wiki content is intended to match PATCHBAY 0.1.x.
- Home
- Installation
- Quickstart
- User Guide
- Input & Anchors
- Description & Run
- Output
- Export & Files
- Runtime Settings
- Settings & Persistence
- FAQ
- Troubleshooting
- Architecture
- Data Flow
- Backend Interface
- Anchor Algorithms
- Chunking & Reconstruction
- Logging & Debugging
- Parameter Persistence