Page 1 of 1

Set JACK client name?

Posted: Fri Aug 07, 2009 10:26 pm
by kenrestivo
Is there some way through LSCP that I can set the JACK client name for LinuxSampler, or at least for certain channels within it?

Thanks.

How to set JACK client name via LSCP?

Posted: Sat Aug 08, 2009 10:03 am
by kenrestivo
Is there some way through LSCP that I can set the JACK client name for LinuxSampler, or at least for certain channels within it?

Thanks.

Re: Set JACK client name?

Posted: Sat Aug 08, 2009 10:33 am
by cuse
You can do both, alter the name of LinuxSamlper's JACK client as well as altering the port names:

Code: Select all

CREATE AUDIO_OUTPUT_DEVICE JACK NAME="Foo Sampler"
SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 0 NAME='Foo Channel 1'
SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 1 NAME='Foo Channel 2'

Re: How to set JACK client name via LSCP?

Posted: Mon Aug 10, 2009 5:23 pm
by kenrestivo
Thanks! That works for JACK.

Now, how would I set the ALSA client name? I tried the intiutive thing based on your advice,
CREATE MIDI_INPUT_DEVICE ALSA NAME="foo"
but it did not work.

Re: How to set JACK client name via LSCP?

Posted: Tue Aug 11, 2009 8:21 am
by cuse
That's right, that parameter is not yet implemented for the Alsa driver. It might be soon though, I already promised Alex to implement it.