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

Reply
 
Thread Tools Display Modes
Old 07-14-2019, 05:35 AM   #1
Ral-Clan
Human being with feelings
 
Ral-Clan's Avatar
 
Join Date: Oct 2008
Posts: 141
Default Does Reaper Linux MIDI work right out of the box?

Testing reaper under Linux (long time Windows user). I have got the audio working well under ALSA.

Does the Reaper Linux MIDI implementation work right out of the box (i.e. when you start Reaper, does MIDI work right away once you choose your input and output under Preferences), or do you need a third party application like JACK to make it work?

Reason I ask is that I'm having trouble getting Reaper to receive or send MIDI to my soundcard/MIDI interlfce (an M-Audio Audiophile 192).

Under Prefrences/Audio/MIDI Devices I have enabled the following as MIDI input and output: hw: Audiophile 192

The ID of both is 1.

If I then load a MIDI song onto a track and play the track, I get no response from my MIDI device, and likewise if I try to record MIDI, even though I have INPUT MIDI/AUDIOPHILE 192/ALL CHANNELS selected under the MIDI input on the track.

My same setup works when booting into Windows and using Reaper (dual boot OS on my computer).
Ral-Clan is offline   Reply With Quote
Old 07-14-2019, 06:40 AM   #2
Ral-Clan
Human being with feelings
 
Ral-Clan's Avatar
 
Join Date: Oct 2008
Posts: 141
Default

So far partly solved my problem:

To enable MIDI output, click on ROUTE beside track name and specify the MIDI HARDWARE OUT (assign to soundcard).

Now I just have to figure out how to do the same for MIDI input from my keyboard.
Ral-Clan is offline   Reply With Quote
Old 07-14-2019, 07:10 AM   #3
Glennbo
Human being with feelings
 
Glennbo's Avatar
 
Join Date: Mar 2008
Location: Planet Earth
Posts: 9,055
Default

Up until a couple of weeks ago I used two M-Audio Delta 2496 cards in REAPER for Linux. To use only a single card I used this startup command in REAPER. The -Xseq is what made midi work.

/usr/bin/jackd -P80 -dalsa -dhw:M2496,0 -r44100 -p64 -n2 -Xseq

When I needed to use both cards at the same time though, I would use QjackCtrl for it's patchbay to route the inputs and outputs of the second card to REAPER. For that I used this script which setup midi and launched REAPER so that just starting QjackCtrl also initialized midi and started up REAPER. I had both "a2jmidid" and "zita-a2j" installed. You'll still need to drag-n-drop the connections for a second card in QjackCtrl, but it can be saved so you only have to do it once. Here's the script I used for QjackCtrl.

a2jmidid -e &
sleep .5
zita-a2j -d hw:3 &
sleep .5
~/.local/share/reaper_linux_x86_64/REAPER/reaper &
__________________
Glennbo
Hear My Music - Click Me!!!
--
Glennbo is offline   Reply With Quote
Old 07-14-2019, 10:52 PM   #4
JamesPeters
Human being with feelings
 
Join Date: Aug 2011
Location: Near a big lake
Posts: 3,943
Default

ALSA MIDI works for me, nothing to set up. I connect my USB keyboard, Reaper sees it, and I choose it under MIDI devices.

To use it to play a virtual instrument in Reaper, I record-arm the track and hit the monitor button on the track.
JamesPeters is offline   Reply With Quote
Old 07-15-2019, 05:31 AM   #5
Ral-Clan
Human being with feelings
 
Ral-Clan's Avatar
 
Join Date: Oct 2008
Posts: 141
Default

Strange.

I can't figure out why I cannot get my external Master MIDI keyboard to trigger MIDI into Reaper.

It works in Ardour. Jack also recognises my sound card's MIDI input as triggered from the master MIDI keyboard.

The virtual keyboard in Reaper also works as a MIDI input.

Reaper will also play MIDI out just fine to my soundcard's MIDI out.

It's just the input. I simply cannot seem to figure out how to get Reaper to recognize the input from my soundcard/MIDI controller keyboard.

Again, my soundcard is an M-Audio Audiophile 192.

I feel like I'm either missing something obvious, or there is a problem with Reaper.

I hope to get this fixed, as once I can do full in-out MIDI with Reaper, I won't have to boot into my Windows partition just to use Reaper.
Ral-Clan is offline   Reply With Quote
Old 07-15-2019, 06:22 AM   #6
Tobbe
Human being with feelings
 
Tobbe's Avatar
 
Join Date: Sep 2009
Location: Northern Lights
Posts: 742
Default

Quote:
Originally Posted by Ral-Clan View Post
Strange.

I can't figure out why I cannot get my external Master MIDI keyboard to trigger MIDI into Reaper.

It works in Ardour. Jack also recognises my sound card's MIDI input as triggered from the master MIDI keyboard.

The virtual keyboard in Reaper also works as a MIDI input.

Reaper will also play MIDI out just fine to my soundcard's MIDI out.

It's just the input. I simply cannot seem to figure out how to get Reaper to recognize the input from my soundcard/MIDI controller keyboard.

Again, my soundcard is an M-Audio Audiophile 192.

I feel like I'm either missing something obvious, or there is a problem with Reaper.

I hope to get this fixed, as once I can do full in-out MIDI with Reaper, I won't have to boot into my Windows partition just to use Reaper.
Have you looked at Kenny's video's in Reapers front page? He has alot of midi tutorials. The answer might be there.

https://www.reaper.fm/videos.php
__________________
OS: Manjaro KDE Plasma, Reaper For Linux (64Bit) native linux-vst plugins, LSP-Plugins, TpL-Plugins, Harrison's AVA & VST Plugins. Behringer U-PHORIA UMC22.
Tobbe is offline   Reply With Quote
Old 07-15-2019, 06:26 AM   #7
Glennbo
Human being with feelings
 
Glennbo's Avatar
 
Join Date: Mar 2008
Location: Planet Earth
Posts: 9,055
Default

In REAPER's audio setup page, there is an empty box right below the checkbox for autostart JACK. Try putting this line in that box, but change the device name from M2496 which was my M-Audio Delta 2496 card to whatever ALSA knows your card as.

/usr/bin/jackd -P80 -dalsa -dhw:M2496,0 -r44100 -p64 -n2 -Xseq

Also, if you have not set your user limits for higher priority and unlimited memory, leave the -P80 out because that specifies a priority of 80 which might throw an error if you don't have the privilege to do so.
__________________
Glennbo
Hear My Music - Click Me!!!
--
Glennbo 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 10:07 AM.


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