ReaScript
ReaScript is the scripting component of Cockos REAPER, a digital audio workstation. It provides a programmable interface that lets users automate tasks, customize workflows, and extend REAPER's functionality by writing scripts in EEL, Lua, or Python. ReaScripts can manipulate tracks, items, envelopes, markers, and other project data, control playback and rendering, query and modify state, and interact with the user interface.
The supported languages are EEL, Lua, and Python. EEL is REAPER's native, lightweight language; Lua is widely
Scripts are saved with the extensions .eel, .lua, or .py and placed in REAPER's Scripts directory. They
ReaScript is included with REAPER and runs on Windows, macOS, and Linux. The distribution includes a built-in