Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 469 Bytes

Linux.md

File metadata and controls

20 lines (14 loc) · 469 Bytes

Reaper on Linux

Download Reaper for linux from http://landoleet.org and make sure you have JACK installed.

Installing the SWS Extension

git clone http://www-dev.cockos.com/wdl/WDL.git
git clone https://github.com/reaper-oss/sws.git
cd sws
git checkout next

Run the action "Write C++ API functions header" to generate git/sws/reaper_plugin_functions.h from the action")

make
ln -s `pwd`/reaper_sws64.so .../REAPER/Plugins