Deadpixel Design’s open-source tool for controlling REAPER from Claude, Codex, or any AI agent on macOS, Windows, or Linux. No extensions, servers, or MCP needed.
Project control
Automate transport, tempo, cursor, time selection, and rendering from an AI agent.
Track management
Add, delete, rename, select, adjust volume/pan, mute, solo, arm, or color tracks programmatically.
FX automation
Add, remove, bypass, reorder FX, set parameters, and write automation envelopes via AI commands.
MIDI insertion
Insert and audition MIDI files directly from an agent.
Discovery and scanning
Use `scan_fx` to dump every FX and parameter in a project, so the agent learns what's available.
Recipe replay
Save a command sequence and replay it on any project for repeatable workflows.
Undo-safe automation
Every mutating command runs inside a REAPER undo block, so Cmd+Z reverts it like any manual action.
File-based bridge
The Lua script polls an inbox folder, executes one command per tick, writes results to an outbox, and drops a heartbeat file—no network or socket needed.
Atomic JSON writes
Every JSON write is atomic, so a reader never sees a half-written file, ensuring reliable communication.
Plugin-agnostic design
The bridge ships with no knowledge of any specific synth, amp sim, or instrument; the agent learns project contents via `scan_fx` and acts on tracks, FX, and parameters by name.
One-line installer
A single command clones the repo and runs `setup/install.py`, which detects your OS and wires the bridge into REAPER's startup script.
AI-assisted setup
Paste the repo's `INSTALL.md` into Claude Code or Codex, and it will clone, wire startup, pause for restart, and run a smoke test to confirm the bridge is live.
Cross-platform support
Works on macOS, Windows, or Linux—just REAPER plus Python 3, with about thirty seconds to install.
Undo block integration
All mutating commands run inside a REAPER undo block, making them reversible with standard undo.
Heartbeat monitoring
The bridge writes a heartbeat file you can check to confirm it's running continuously.
setup/install.py, which finds REAPER and wires the bridge into its startup script.Deadpixel Design’s open-source tool for controlling REAPER from Claude, Codex, or any AI agent on macOS, Windows, or Linux. No extensions, servers, or MCP needed.
Category:Automation
Visit Link:https://deadpixeldesign.com/workflows/reaper-daemon/
Tags:AI control、DAW automation、open-source、cross-platform、agent integration