🎛️ MixBox SSOT

Canonical knowledge base for the MixBox audio engine, its workspace packages, and its operational procedures.

Source of Truth

Repository source code and executable configuration files are the ultimate authority; verify every page here against the code.

Sections

SectionContents
EngineeringArchitecture, analysis layer, planning, mixing
OperationsConfiguration validation, deployment, review server
Domain ConceptsMusic theory, transition patterns, audio processing structures
IntegrationsExternal surfaces and design research
History & LogsHistorical documentation and session logs
ChangelogRecent changes, findings, pending fixes

Ecosystem

flowchart LR
  subgraph uv["uv workspace"]
    AC["audio-core"]
    DJ["dj-engine (mixbox)"]
    AN["analyzer (hitscan)"]
    VG["video-gen (hitvid)"]
    EM["emotion (valaro)"]
  end
  DJ --> AC
  AN --> AC
  VG --> AC

DJ path: entry → validated config → analysis/services → planning/transitions → mixer → audio + reports.

Mastering is separate

The mastering/ pipeline is completely separate from this root uv workspace and operates independently.