REAPER's value proposition is unusual: a 20 MB installer, no mandatory cloud account, a full scripting engine that can automate anything the UI can do, and an architecture that the active user community has shaped into thousands of custom actions, themes and extensions over twenty years.
Unlimited audio tracks MIDI recording & editing (piano roll / event list)
VST2 / VST3 / AU host Automation lanes (per parameter)
ReaScript (Lua/EEL2/Python) Envelope editor
ReaFX bundled plugin set Video playback (frame-accurate)
Custom action mapping Track grouping / VCA faders
Item stretch markers Tempo maps / time signature changes
SWS extension API Portable (runs from USB stick)
ReaEQ · ReaComp · ReaGate · ReaDelay · ReaVerbate · ReaPitch · ReaFIR · ReaSurround · JS (JesuSonic) plugin host — hundreds of free community-written DSP algorithms
-- Select all items on track 1, apply gain +3dB
local track = reaper.GetTrack(0, 0)
for i = 0, reaper.CountTrackMediaItems(track)-1 do
local item = reaper.GetTrackMediaItem(track, i)
reaper.SetMediaItemInfo_Value(item, "D_VOL", 1.414)
end
reaper.UpdateArrange()- Windows XP through 11 / macOS 10.5+ / Linux (WINE)
- Any CPU from 2005 onward
- 20 MB disk, 256 MB RAM minimum
cockos reaper · daw · digital audio workstation · audio recording software · midi editor · lua scripting daw · lightweight daw · audio production · reaper plugins
