View Single Post
Old 08-21-2018, 05:24 PM   #55
Glennbo
Human being with feelings
 
Glennbo's Avatar
 
Join Date: Mar 2008
Location: Planet Earth
Posts: 9,055
Default

Quote:
Originally Posted by Jack Winter View Post
OK, think I found what we need!

Create a ~/.asoundrc file, and put the following into it:

Code:
pcm.Maudio {
    type multi;
    slaves.a.pcm hw:1
    slaves.a.channels 2;
    slaves.b.pcm hw:3
    slaves.b.channels 2;
    bindings.0.slave a;
    bindings.0.channel 0;
    bindings.1.slave b;
    bindings.1.channel 0;
    bindings.2.slave a;
    bindings.2.channel 1;
    bindings.3.slave b;
    bindings.3.channel 1;
}

ctl.Maudio {
    type hw
    card 1
}
Start JACK with the following command line: /usr/bin/jackd -R -dalsa -dhw:Maudio -r44100 -p128 -n2 -Xseq
I created the .soundrc file with the contents you posted, then issued the start command for jack (had to change -dhw:Maudio to -dhw:M2496, which then produced the following.

================================================== ============================
jackdmp 1.9.12
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2016 Grame.
Copyright 2016-2017 Filipe Coelho.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
no message buffer overruns
no message buffer overruns
no message buffer overruns
JACK server starting in realtime mode with priority 10
self-connect-mode is "Don't restrict self connect requests"
audio_reservation_init
Acquire audio card Audio2
creating alsa driver ... hw:M2496,0|hw:M2496,0|128|2|44100|0|0|nomon|swmete r|-|32bit
configuring for 44100Hz, period = 128 frames (2.9 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playback
port created: Midi-Through:midi/playback_1
port created: Midi-Through:midi/capture_1
port created: M-Audio-Audiophile-24/96:midi/playback_1
port created: M-Audio-Audiophile-24/96:midi/capture_1
port created: M-Audio-Audiophile-24/96:midi/playback_1
port created: M-Audio-Audiophile-24/96:midi/capture_1
================================================== ============================

It still doesn't make the second card accessible in REAPER though. I also tried modifying the .asoundsrc file so that the referenced names in it at the top and bottom were M2496, but that didn't make any difference either.
__________________
Glennbo
Hear My Music - Click Me!!!
--

Last edited by Glennbo; 08-21-2018 at 06:07 PM.
Glennbo is offline   Reply With Quote