Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Cockos REAPER DAW

Download REAPER

Cockos REAPER


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.

What fits in 20 MB

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)

Included FX (ReaPlugs)

ReaEQ · ReaComp · ReaGate · ReaDelay · ReaVerbate · ReaPitch · ReaFIR · ReaSurround · JS (JesuSonic) plugin host — hundreds of free community-written DSP algorithms

Scripting example

-- 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()

System requirements

  • 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

About

Lightweight, deeply customisable digital audio workstation — unlimited tracks, full MIDI, scripting engine (Lua/EEL2/Python), portable install, 60-day trial and a commercial licence for under $60.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors