🎛️ 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
| Component | Status | Target / Port | Notes |
|---|---|---|---|
mixbox-review.service | 🟢 Active | PID 554 | systemd unit, Memory: 318 MB |
mixbox-validate.timer | 🟢 Active | Nightly 03:00 | Runs validation tasks |
| openDAW Studio | 🟢 Active | Port 56465 | Reverse-proxied at 0rk.de |
| openDAW yjs | 🟢 Active | Port 56467 | Collab signaling |
| Domain front | 🟢 Active | https://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.