Drop it on a MIDI track and let a chaotic oscillator write modulation you’d never program by hand. Five CC streams, one circuit, zero repetition.
How it works
ChaosMouse runs a Sloth Torpor chaotic oscillator — a 4-variable implicit ODE system that produces slowly evolving, never-repeating trajectories. The oscillator’s X, Y, and W coordinates are mapped to MIDI CC values, and two additional streams (Splish A and Splish B) are derived through a difference-rectifier algorithm inspired by NonlinearCircuits designs.
All incoming MIDI passes through untouched. ChaosMouse adds its generated CC messages on top, so you can layer chaotic modulation over any existing MIDI performance.
The oscillator
The Sloth circuit has a speed dial from 1 to 10 with exponential interpolation across the full range — from glacial sweeps to frantic jitter:
- Quiet Quitting — The slowest. Long, sweeping modulation arcs that unfold over bars.
- Pending Approval
- Out of Office
- Stuck in Traffic
- Buffering…
- Per My Last Email
- Slight Urgency
- Monday Morning
- Deadline Was Yesterday
- Server Room on Fire — The fastest. Rapid, jittery modulation with frequent direction changes.
The oscillator uses auto-scaling to track the dynamic range of each axis, so output always fills the configured CC range regardless of speed setting. Built-in stuck-point detection with xorshift32 RNG jitter prevents the system from settling into fixed points.
Output streams
Each of the five streams maps to a configurable MIDI CC number (defaults: X=20, Y=21, W=22, A=23, B=24):
- X, Y, W — Direct coordinates from the chaotic oscillator. Each moves independently with its own characteristic motion.
- Splish A, Splish B — Derived signals that combine and rectify differences between the raw axes, producing spikier, more rhythmic modulation patterns.
All outputs are mapped to a configurable Lo/Hi range within 0–127.
Seed & determinism
Set a seed value to initialize the oscillator’s starting position. The same seed produces the same trajectory every time. Hit the dice button to randomize for a fresh starting point.
Parameters
- Seed — Starting position for the oscillator trajectory. Same seed = same modulation.
- Speed — 1–10 with exponential scaling. From “Quiet Quitting” to “Server Room on Fire.”
- CC Enable — Master on/off for CC output.
- CC Numbers — Individual CC assignment for X, Y, W, Splish A, Splish B (0–127).
- Lo / Hi — Output range mapping for all CC streams.
- Mode — Continuous (~100ms intervals) or Synced (tempo-locked).
- Clock Division — 1/1, 1/2, 1/4, 1/8, 1/16. Only active in Synced mode.
- MIDI Channel — Output channel (1–16).