🎛️ Mixbox SSOT

Project Architecture

Mixbox is a unified audio workstation monorepo managed via Astral uv.

Core Packages

  • audio-core (audio_core): DSP utilities, format conversions, raw audio loaders.
  • analyzer (hitscan): MIR feature extraction (BPM, keys, segments), source separation.
  • emotion (valaro): Valence-Arousal metrics using TensorFlow/MusiCNN.
  • dj-engine (mixbox): Orchestrator, transitions, NiceGUI frontend, MixPlan WebSocket API.
  • video-gen (hit): Audio-reactive video generation.

Live Service Health

ComponentStatusTarget / PortNotes
mixbox-review.service🟢 ActivePID 554systemd unit, Memory: 318 MB
mixbox-validate.timer🟢 ActiveNightly 03:00Runs validation tasks
openDAW Studio🟢 ActivePort 56465Reverse-proxied at 0rk.de
openDAW yjs🟢 ActivePort 56467Collab signaling
Domain front🟢 Activehttps://0rk.de/Nginx (deploy/nginx/)

Front-End Review (P!MP:UI)

  • Audit Target: user/opendaw-test/src/mixbox-timeline.tsx
  • Score: 7.1 / 10
  • Stack Rules: Radix Themes spacing (4/8/12/16/24/32/40/48/64), real interactive HTML elements (avoid clickable generic containers).
  • Critical Action: Reduce cognitive load above the fold; collapse secondary instrumentation.