Skip to content

Export & Files

mzuelch edited this page Jan 24, 2026 · 2 revisions

Default output naming

Unless you override paths, PATCHBAY writes:

  • <input_stem>_target.wav
  • <input_stem>_residual.wav

Next to the input file.

Anchor sidecars

PATCHBAY can store anchors in a sidecar file next to the audio (implementation detail). This allows anchors to persist with the audio file for later sessions.

(Exact file naming may vary by release; see the GUI or patchbay_desktop_gui/gui/utils/anchor_io.py.)

Snippet export

The Parameters area in Description & Run provides:

  • Copy snippet: copy a reproducible Python script to clipboard
  • Save snippet .py…: save the script to disk

The snippet constructs a backend Config and calls run_pipeline.

Clone this wiki locally