Re: [LAD] jack_mixer, resp. PID in JACK client names in general

2009-12-29 Thread Ralf Mardorf
Nedko Arnaudov wrote:
 Ralf Mardorf ralf.mard...@alice-dsl.net writes:

   
 Pardon, I won't write so frequently. I compiled a lot of new apps and 
 started making music. Just a short request. Please coders, avoid using 
 the PID in JACK client names. I like to restore sessions automatically 
 by Qtractor or jack_snapshot. I like jack_mixer a lot, but can't use it, 
 because of the PID in the JACK client's name and there seems to be no 
 option to ban this behaviour.
 

 Please submit a bug in the bugtracker.

I can't do it because of http://www.spamhaus.org/query/bl?ip=85.182.16.3
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] jack_mixer, resp. PID in JACK client names in general

2009-12-29 Thread Arnout Engelen
On Tue, Dec 29, 2009 at 08:01:18AM +0100, Ralf Mardorf wrote:
 Please coders, avoid using the PID in JACK client names. I like to restore 
 sessions automatically by Qtractor or jack_snapshot. 

Agreed. The background, I guess, is that client names need to be unique. In the
jack_client_new days, appending the PID was a nice way of ensuring your name 
would be likely to be unique (even when you start multiple instances of the
same tool). Nowadays, this is handled (and handled better) in jack_client_open,
so I agree applications shouldn't append their PID anymore themselves.

In case you really do want to be able to run multiple instances of the same 
app, it would be useful if applications allowed you to specify the desired 
client name at the commandline so you can give it a useful name.

 I like jack_mixer a lot, but can't use it, because of the PID in the JACK 
 client's name and there seems to be no option to ban this behaviour.

Actually, jack_mixer allows you to specify the desired client name at the
commandline. Just start it with 'jack_mixer asdf', and the client will be 
called 'asdf' without the pid.


Arnout
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


[LAD] jack_mixer, resp. PID in JACK client names in general

2009-12-28 Thread Ralf Mardorf
Pardon, I won't write so frequently. I compiled a lot of new apps and 
started making music. Just a short request. Please coders, avoid using 
the PID in JACK client names. I like to restore sessions automatically 
by Qtractor or jack_snapshot. I like jack_mixer a lot, but can't use it, 
because of the PID in the JACK client's name and there seems to be no 
option to ban this behaviour.

Best,
Ralf
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] jack_mixer, resp. PID in JACK client names in general

2009-12-28 Thread Nedko Arnaudov
Ralf Mardorf ralf.mard...@alice-dsl.net writes:

 Pardon, I won't write so frequently. I compiled a lot of new apps and 
 started making music. Just a short request. Please coders, avoid using 
 the PID in JACK client names. I like to restore sessions automatically 
 by Qtractor or jack_snapshot. I like jack_mixer a lot, but can't use it, 
 because of the PID in the JACK client's name and there seems to be no 
 option to ban this behaviour.

Please submit a bug in the bugtracker.

-- 
Nedko Arnaudov GnuPG KeyID: DE1716B0


pgpY4mWFtPuRq.pgp
Description: PGP signature
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev