[Cs-dev] OSX - rtcore or rtcoreaudio ?
Date | 2005-03-02 23:45 |
From | steven 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 |
Date | 2005-03-03 06:26 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] OSX - rtcore or rtcoreaudio ? |
>>>>> "steven" == steven yi |
Date | 2005-03-03 07:24 |
From | Anthony Kozar |
Subject | Re: [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 |
Date | 2005-03-03 08:08 |
From | steven yi |
Subject | Re: [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 |
Date | 2005-03-03 11:38 |
From | Istvan Varga |
Subject | Re: [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 |