How to set JACK client name via LSCP?

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Post Reply
kenrestivo
Newbie
Posts: 3
Joined: Fri Aug 07, 2009 10:25 pm

Set JACK client name?

Post by kenrestivo » Fri Aug 07, 2009 10:26 pm

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.

kenrestivo
Newbie
Posts: 3
Joined: Fri Aug 07, 2009 10:25 pm

How to set JACK client name via LSCP?

Post by kenrestivo » Sat Aug 08, 2009 10:03 am

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.

User avatar
cuse
Developer
Posts: 366
Joined: Wed Jan 23, 2008 10:07 pm
Location: Germany

Re: Set JACK client name?

Post by cuse » Sat Aug 08, 2009 10:33 am

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'

kenrestivo
Newbie
Posts: 3
Joined: Fri Aug 07, 2009 10:25 pm

Re: How to set JACK client name via LSCP?

Post by kenrestivo » Mon Aug 10, 2009 5:23 pm

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.

User avatar
cuse
Developer
Posts: 366
Joined: Wed Jan 23, 2008 10:07 pm
Location: Germany

Re: How to set JACK client name via LSCP?

Post by cuse » Tue Aug 11, 2009 8:21 am

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.

Post Reply