Csound Csound-dev Csound-tekno Search About

[Cs-dev] OSX - rtcore or rtcoreaudio ?

Date2005-03-02 23:45
Fromsteven yi
Subject[Cs-dev] OSX - rtcore or rtcoreaudio ?
Hi All,

I was thinking of making an audio module plugin for coreaudio for CS5 
using the CS4 audio code, but I can't figure out what's being used in 
CS4. There's an rtcore.c and rtcoreaudio.c that look largely the same 
and are both in csound/Makefile.am in EXTRA_libcsound_la_SOURCES.  So, 
which one should I use as a basis for CS5?

Thanks,
steven



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 06:26
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] OSX - rtcore or rtcoreaudio ?
>>>>> "steven" == steven yi  writes:

 steven> I was thinking of making an audio module plugin for coreaudio for CS5 
 steven> using the CS4 audio code, but I can't figure out what's being used in 
 steven> CS4. There's an rtcore.c and rtcoreaudio.c that look largely the same 
 steven> and are both in csound/Makefile.am in EXTRA_libcsound_la_SOURCES.  So, 
 steven> which one should I use as a basis for CS5?

My answer is neither, but make ALSA work.

The answer you probably want is that rtcoreaudio is the last one I
used, and the only differences are the variable run_status is called
status in the other.

==John ffitch


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 07:24
FromAnthony Kozar
SubjectRe: [Cs-dev] OSX - rtcore or rtcoreaudio ?
You really cannot use either of the files from 4.23 since they contain their
own main() and are incompatible with the API.  The latest changes in Cs4 CVS
for rtcore.c were put in there by John R. and myself in an attempt to make
CoreAudio work with the API but the solution is not very good to be honest.

Anthony

On 3/2/05 6:45 PM, steven yi  etched in stone:

> Hi All,
> 
> I was thinking of making an audio module plugin for coreaudio for CS5
> using the CS4 audio code, but I can't figure out what's being used in
> CS4. There's an rtcore.c and rtcoreaudio.c that look largely the same
> and are both in csound/Makefile.am in EXTRA_libcsound_la_SOURCES.  So,
> which one should I use as a basis for CS5?
> 
> Thanks,
> steven



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 08:08
Fromsteven yi
SubjectRe: [Cs-dev] OSX - rtcore or rtcoreaudio ?
Well, I think with the info John ff gave I can figure out where to go 
from there.  At least, I'll give it a go and see if I can get anywhere, 
and if anything it'll at least be a start.

steven

Anthony Kozar wrote:

>You really cannot use either of the files from 4.23 since they contain their
>own main() and are incompatible with the API.  The latest changes in Cs4 CVS
>for rtcore.c were put in there by John R. and myself in an attempt to make
>CoreAudio work with the API but the solution is not very good to be honest.
>
>Anthony
>
>  
>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-03-03 11:38
FromIstvan Varga
SubjectRe: [Cs-dev] OSX - rtcore or rtcoreaudio ?
jpff@codemist.co.uk wrote:

> My answer is neither, but make ALSA work.

I think ALSA does not support OS X (at least this was the
case last time I checked), but other than that, what problems
are there with ALSA ? As far as I have tested, rtalsa.c
works fine.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net