What problem does it solve?
This Skill provides a deterministic 12×4 routing grid for REVITHION STUDIO-style modular audio processing, enabling designers to model complex signal paths using a configurable set of blocks, scenes, and global state.
Core Features & Use Cases
- 12×4 grid architecture with a fixed left-to-right flow and per-cell block slots.
- Serial primary path in Row 0 and parallel paths in Rows 1–3 that can be split and recombined with coherent phase alignment.
- 36+ block types implemented via a BlockType factory, supporting typical DSP elements, effects, and metering.
- Scene system with up to eight scenes per preset, preserving per-block bypass and XY states with crossfade on transitions.
- Channel-based parameter sets (A/B/C/D) for smooth parameter interpolation across changes.
- X/Y parameter snapshots and a simple global block registry to share state across presets.
- Feedback loops with safe limits to prevent runaway gain and avoid deadlock.
- Input/Output blocks locked to columns 0 and 11 for stable routing, with configurable gains.
- Anti-pattern guidelines to minimize CPU waste and ensure real-time safety.
Quick Start
Instantiate a 12×4 routing grid using the provided BlockType factory and wire a serial primary path with parallel branches to begin routing audio.