Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] OSX changes

Date2005-05-02 10:37
FromVictor Lazzarini
SubjectRe: [Cs-dev] OSX changes
pa_blocking.c already uses csound->Message(), we
can change rtpa.c as well, I think it's a good idea.

Yes, I was thinking of trying your jack plugin,  but
I have to re-install jack, jacklib etc., I took it off
because
I had problems with it, but the latest versions should be
better.

Victor

>
> It can be made the default on all platforms - with the
> current state of PortAudio, rtpa_new.c only really works
> on Linux, but Csound has native drivers (rtalsa.c and
> rtjack.c) for that platform anyway, making the "new"
> plugin not very useful. Note however, that rtpa.c does not
> work on Linux because it uses printf(), which is #defined
> to csoundPrint() - cannot be called by plugin libraries,
> but csoundPrintf() is deprecated anyway. Should use
> csound->Message() instead.
>
> By the way, did you try compiling and using rtjack.c on OS
> X ?
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.
> Get your fingers limbered up and give it your best shot. 4
> great events, 4 opportunities to win big! Highest score
> wins.NEC IT Guy Games. Play to win an NEC 61 plasma
> display. Visit http://www.necitguy.com/?r=20
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-05-02 12:06
FromIstvan Varga
SubjectRe: [Cs-dev] OSX changes
Victor Lazzarini wrote:

> pa_blocking.c already uses csound->Message(), we
> can change rtpa.c as well, I think it's a good idea.

Another issue is that rtpa.c/pa_blocking.c use static variables.
This is not a problem as long as only one instance is running, but
Csound5 is designed to allow multiple instances in the same address
space (and that is very close to working now).


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net