Thanks to new kernel 2.6.6-mm1 I can now enjoy midi with soundfont of any size.

But I have another question: how to make hardware midi play out of rear output?
(except obvious (having music capture set appriopriately):
arecord -f dat -D hw:0,0 -M -d 65535 | aplay -M -D hw:0,0 --buffer-size=16383 )


Normally it only plays from the front one...
(I would rather not lose asym dmix/dsnoop combo, but if it's required, I'll do it).


My current .asoundrc:

pcm.playmix {
   type dmix
   ipc_key 1024
   slave {
       pcm "hw:0,0"
       rate 48000
   }
}

pcm.recmix
{
 type dsnoop
 ipc_key 1025
 slave {
     pcm "hw:0,0"
 }
}

pcm.sticker {
       type asym
       playback.pcm "playmix"
       capture.pcm "recmix"
}

pcm.!default {
   type plug
   slave.pcm "sticker"
}

pcm.dsp0 {
   type plug
   slave.pcm "sticker"
}

ctl.mixer0 {
   type hw
   card 0
}


------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to