I am trying to write a script that uses aconnect to make all my midi
connections for me as I start up my studio script. The issue I am having
is that I am developing open octave midi and the device manager is
messed up and is resorting devices. Instead of sorting out that mess I
have opted to wait till be remove the alsa midi with jack midi. So what
happens now with aconnect is that I would like to connect using named
clients and ports. Something like:

aconnect LinuxSampler:"1st Violins" openoctave:"1st Violins"

This would work except that there are multiple LinuxSampler midi devices
in the configuration all called LinuxSampler and so I cannot use
aconnect to accomplish the task.

I have tracked the code down to this line:

snd_seq_set_client_name(hAlsaSeq, "LinuxSampler");

in src/drivers/midi/MidiInputDeviceAlsa.cpp.

Is it possible that someone could hack in the ability to name the midi
ports? Possibly so they could also be named in jsampler?

Thanks!

------------------------------------------------------------------------------
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to