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

From: victor <Victor.Lazzarini@email-addr-hidden>
Date: Sun Oct 11 2009 - 17:52:09 EEST

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" <xbran@email-addr-hidden>
To: <linux-audio-dev@email-addr-hidden>
Sent: Sunday, October 11, 2009 3:41 PM
Subject: [LAD] jackd api change, fluidsynth, etc.

> 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:
>
> //jack_client_t*
> jclient = jack_client_open( name, //jack_options_t
> JackNullOption, //jack_status_t * status
> NULL
> );
>
>
> 2. to make the new jackd work with jack_client_new for some time
> still, until most apps have adjusted their code
>
> Thanks for the advertence.
> _______________________________________________
> Linux-audio-dev mailing list
> Linux-audio-dev@email-addr-hidden
> http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
Received on Sun Oct 11 20:15:04 2009

This archive was generated by hypermail 2.1.8 : Sun Oct 11 2009 - 20:15:04 EEST