rob buse wrote:
I'm wondering if its possible to manipulate my
sequencer clients using .asoundrc ?
No.
I have my laptop with its cs46xx card which always
gets installed as sequencer
client 64:0. When I plug in my midiman 2x2 it gets registered as clients 72:0
and 72:1.
You can make the 2x2 card 0 and the cs46xx card 1:
alias snd-card-0 snd-usb-audio
options snd-usb-audio index=0
alias snd-card-1 snd-cs46xx
options snd-cs46xx index=1
basically, I want to either place the midiman 2x2 as
client 64:0 and 64:1 on
start up, or somehow use parameters in the modules.conf file to not load the
cs46xx's sequencer portion (since my laptop has no midi out).
Why not simply use ports 72:0/1 when you want to use the 2x2?
HTH
Clemens