demo_edm_project
Scaffold a 7-track EDM project with ReaSynth and 8-bar MIDI patterns to test mixing, mastering, and sidechain workflows end-to-end.
Instructions
Scaffold a minimal EDM test project with 7 tracks, ReaSynth on each, and 8 bars of MIDI.
Use this to verify engine_mix / engine_master / setup_sidechain actually
work end-to-end: after this call, you should immediately be able to run:
engine_mix("melodic_dubstep") # applies EQ/comp/reverb/sidechain
engine_master("melodic_dubstep") # master chain on master bus
transport_play() # hear itTracks created: Kick Drum, Snare, Closed Hat, Sub Bass, Pad, Lead Synth, Vocal Chop. Each gets REAPER's stock ReaSynth (always available) + a simple 8-bar pattern.
Args: clean_first: Wipe existing MIDI + markers first (default True). bpm: Project BPM (default 140 — matches melodic_dubstep's half-time feel).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clean_first | No | ||
| bpm | No |