[LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread Emanuel Rumpf
In the new jack API the function jack_client_new ist deprecated. Actually it's not only deprecated: Apps using it don't play any sound, as I've experienced with alsaplayer, and fluidsynth for example. I'm thus inviting 1. to change all apps which still use jack_client_new to use this instead:

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread victor
Csound also uses jack_client_new(). Is there any document explaining what needs to be done to update to the new API? Victor - Original Message - From: Emanuel Rumpf xb...@web.de To: linux-audio-dev@lists.linuxaudio.org Sent: Sunday, October 11, 2009 3:41 PM Subject: [LAD] jackd api

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread Emanuel Rumpf
2009/10/11 victor victor.lazzar...@nuim.ie: Csound also uses jack_client_new(). Is there any document explaining what needs to be done to update to the new API? Replace jack_client_new() with jack_client_open(), as mentioned. More info here:

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread Jack O'Quin
On Sun, Oct 11, 2009 at 9:52 AM, victor victor.lazzar...@nuim.ie wrote: Csound also uses jack_client_new(). Is there any document explaining what needs to be done to update to the new API? http://jackaudio.org/files/docs/html/group__ClientFunctions.html#g705aa8159e65464dc7e9cf65fc451b90 In

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread Fons Adriaensen
On Sun, Oct 11, 2009 at 03:52:09PM +0100, victor wrote: Csound also uses jack_client_new(). Is there any document explaining what needs to be done to update to the new API? AFAIK jack_client_new() still works. But it has been deprecated for a few years now, so you don't have any excuses...

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread Adrian Knoth
On Sun, Oct 11, 2009 at 04:41:25PM +0200, Emanuel Rumpf wrote: In the new jack API the function jack_client_new is deprecated. Actually it's not only deprecated: Apps using it don't play any sound, Huu? As far as I know, nothing has changed on the jackd side. Also jackd2 still provides

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread victor
. Thanks for your responses. Victor - Original Message - From: Adrian Knoth a...@drcomp.erfurt.thur.de To: linux-audio-dev@lists.linuxaudio.org Sent: Sunday, October 11, 2009 4:35 PM Subject: Re: [LAD] jackd api change, fluidsynth, etc. On Sun, Oct 11, 2009 at 04:41:25PM +0200, Emanuel

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread Emanuel Rumpf
2009/10/11 Adrian Knoth a...@drcomp.erfurt.thur.de: On Sun, Oct 11, 2009 at 04:41:25PM +0200, Emanuel Rumpf wrote: In the new jack API the function jack_client_new is deprecated. Actually it's not only deprecated: Apps using it don't play any sound, Huu? As far as I know, nothing has

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread Jack O'Quin
On Sun, Oct 11, 2009 at 12:32 PM, Emanuel Rumpf xb...@web.de wrote: 2009/10/11 Adrian Knoth a...@drcomp.erfurt.thur.de: On Sun, Oct 11, 2009 at 04:41:25PM +0200, Emanuel Rumpf wrote: In the new jack API the function jack_client_new is deprecated. Actually it's not only deprecated: Apps using

Re: [LAD] jackd api change, fluidsynth, etc.

2009-10-11 Thread victor
. Victor - Original Message - From: Fons Adriaensen f...@kokkinizita.net To: linux-audio-dev@lists.linuxaudio.org Sent: Sunday, October 11, 2009 6:07 PM Subject: Re: [LAD] jackd api change, fluidsynth, etc. On Sun, Oct 11, 2009 at 05:07:38PM +0100, victor wrote