Csound Csound-dev Csound-tekno Search About

[Cs-dev] OSX changes

Date2005-05-01 22:26
FromVictor Lazzarini
Subject[Cs-dev] OSX changes
OS X changes committed; if anyone's using older OSX
versions and development tools, the dirent fix is enabled
with useDirentFix=1.

Otherwise csound5 now should build OK with FLTK, portaudio
and portmidi. Full-duplex will work with
useOldPortAudioPlugin=1
(new portaudio does not work; we should perhaps make the
old portaudio default for OSX, is it possible?)

Victor


-------------------------------------------------------
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-01 23:21
From"istvan_v@mailbox.hu"
SubjectRe: [Cs-dev] OSX changes
Victor Lazzarini wrote:

> Otherwise csound5 now should build OK with FLTK, portaudio
> and portmidi. Full-duplex will work with
> useOldPortAudioPlugin=1
> (new portaudio does not work; we should perhaps make the
> old portaudio default for OSX, is it possible?)

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