Reaper: Difference between revisions
Line 3: | Line 3: | ||
== Install == | == Install == | ||
* Download the xz file to ~/apps | * Download the xz file to ~/apps | ||
sudo apt install xz-utils | sudo apt install xz-utils jack2d | ||
# say yes to allow jack to have realtime permissions! | |||
unxz reaper629_linux_x86_64.tar.xz | unxz reaper629_linux_x86_64.tar.xz | ||
tar -xvf reaper629_linux_x86_64.tar | tar -xvf reaper629_linux_x86_64.tar | ||
ln -s reaper_linux_x86_64 reaper | ln -s reaper_linux_x86_64 reaper | ||
reaper/REAPER/reaper & | reaper/REAPER/reaper & |
Revision as of 15:57, 10 June 2021
Reaper is a DAW that runs in linux. Not FOSS but cheap and good.
Install
- Download the xz file to ~/apps
sudo apt install xz-utils jack2d # say yes to allow jack to have realtime permissions! unxz reaper629_linux_x86_64.tar.xz tar -xvf reaper629_linux_x86_64.tar ln -s reaper_linux_x86_64 reaper reaper/REAPER/reaper &