Skip to content

Repository Layout

mzuelch edited this page Jan 24, 2026 · 1 revision

This page describes how the source tree is typically organized.

Top-level packages

  • patchbay_backend/

    • model orchestration
    • chunking + anchors
    • SAM-Audio adapter layer
  • patchbay_desktop_gui/

    • DearPyGui application
    • tab composition + widgets
    • AudioFX plugin runtime

Important folders

  • plugins/ – built-in AudioFX plugin implementations
  • docs/ or wiki/ – documentation (if shipped alongside code)

See Architecture for conceptual structure.

Last updated: 2026-01-24

Clone this wiki locally