Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER for Linux

Reply
 
Thread Tools Display Modes
Old 01-01-2020, 10:33 AM   #1
Codesound
Human being with feelings
 
Codesound's Avatar
 
Join Date: Apr 2017
Posts: 121
Default Reaper Rewire with Mixbus, is possible?

Hi,

is it possible to use Mixbus in rewire with Reaper? I dont know how to send the audio tracks from reaper to Mixbus and how to resend these to Reaper... Rearoute is one solution in windows but in Linux?

Thanks for your help....
Codesound is offline   Reply With Quote
Old 01-01-2020, 10:50 AM   #2
Jack Winter
Human being with feelings
 
Jack Winter's Avatar
 
Join Date: Aug 2007
Location: Luxembourg/Spain
Posts: 1,922
Default

I'd imagine that JACK would work: https://jackaudio.org/
__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)
Jack Winter is offline   Reply With Quote
Old 01-02-2020, 06:25 AM   #3
Codesound
Human being with feelings
 
Codesound's Avatar
 
Join Date: Apr 2017
Posts: 121
Default

Quote:
Originally Posted by Jack Winter View Post
I'd imagine that JACK would work: https://jackaudio.org/
Hi, thanks for your quick reply; works fine with QjackCtl..... Thanks for all your support!!!


I installed Linux Mint Cinnamom x64 (Tricia) and below I write the list of what I installed to prepare this PC for the audio world; I kindly ask you if it is right or if something is missing

1. Install the Linux low latency Kernel
sudo apt install linux-lowlatency

2. Configure real time access...
Add your current user to the audio group:
sudo adduser USERNAME audio

3. And then give the audio group real time access:
open terminal in: /etc/security/limits.d/
With the terminal opened in this path, create audio.conf file
sudo touch audio.conf
Add this 2 lines to the file audio.conf:
sudo nano audio.conf

@audio - rtprio 99
@audio - memlock unlimited

(You may have to restart your System here.)

4. Install pulseaudio-module-jack
sudo apt install pulseaudio-module-jack
When working with JACK, make sure you choose your default output device to "Jack Pulseaudio sink". You should now hear the output from JACK and Pulseaudio (Browser etc.) together.

5. Install from Ubuntu Software Center qjackctl when is required, allow qjackctl for real time process

6. INSTALL WINEHQ-DEVEL
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt update
sudo apt upgrade
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt update
sudo apt upgrade
sudo apt install --install-recommends winehq-devel

7.LIBRARY for some VST-PLUGIN fonts:
sudo apt install winetricks
winetricks
winetricks -q mfc42
winetricks -q corefonts

8. Install INDICATOR-CPUFREQ (Performance o Powersave mode for CPU)
sudo apt-get install indicator-cpufreq

9. Download and use LinVST and LinVST3 for bridging windows VST into Reaper


THANKS......
Codesound is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:06 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.