Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.09 KB

README.md

File metadata and controls

9 lines (5 loc) · 1.09 KB

ReaExtensions

Extensions for REAPER.

The easiest way to install these extensions is via ReaPack -- a package manager for Reaper. If ReaTeam/Extensions is not listed among your default repositories, you can add the repository manually with this URL. Alternatively, you can download the extensions directly from GitHub and copy the file to REAPER's /UserPlugins directory.

The purpose of the ReaScriptAPI extension is to make all the useful and powerful functions that are available to C++ extensions available to ReaScripts too. Most -- but not all -- of the functions are just an interface to the corresponding C++ functions of the Win32 (for Windows) or WDL/swell (for Linux and macOS) API, so the online documentation for Win32 programming is probably the best place to learn how to use these functions.

Any questions can be posted in the js_ReaScriptAPI extension thread on the Cockos forums.