I gotta stop over complicating these things and get in the habit of using pipes, here the 3 steps are turned into 1 (keeping it seperate incase it doesn't work)
echo "options snd-aloop index=1" | sudo tee -a /etc/modprobe.d/alsa-base.conf && sudo modprobe snd-aloop
In renoise set alsa to hw:Loopback,1 (Loopback PCM). In Reaper set input device to hw:Loopback ; Loopback - Loopback
sudo vim /etc/modprobe.d/alsa-base.conf
options snd-aloop index=1
sudo modprobe snd-aloop
No comments:
Post a Comment