[CSOUND-DEV:5514] OS X RT audio fixed
Date | 2004-12-10 09:00 |
From | Anthony Kozar |
Subject | [CSOUND-DEV:5514] OS X RT audio fixed |
I have fixed three significant problems with the Csound 4 GBS distribution tonight, two of which only apply to OS X. 1. RT audio is now working !! (hurray :) The gbs version was just compiling the wrong main() function when RTAUDIO is defined. I have fixed it to use main() in rtcore.c when RTAUDIO is on, but use main() in ccsound.c when it is not. 2. The bus error that results from running csound with no arguments and the main() function in rtcore.c has been fixed. (That main() was erroneously calling csoundPerformKsmps() after csoundMain() failed). 3. libcscore.a would not link (on any platform I presume) because it did not define cglob. Note to Matt: You may want to fix your rtcore.c main() for #2 above if you haven't already. Also, there seem to have been quite a few changes to Csound 4 CVS recently without entries being added to the ChangeLog. :( Well, goodnight. Anthony Kozar anthony.kozar@utoledo.edu http://akozar.spymac.net/ |
Date | 2004-12-10 10:11 |
From | Victor Lazzarini |
Subject | [CSOUND-DEV:5515] Re: OS X RT audio fixed |
Well done! Thanks a lot Victor At 09:00 10/12/2004, you wrote: >I have fixed three significant problems with the Csound 4 GBS distribution >tonight, two of which only apply to OS X. > >1. RT audio is now working !! (hurray :) The gbs version was just >compiling the wrong main() function when RTAUDIO is defined. I have fixed >it to use main() in rtcore.c when RTAUDIO is on, but use main() in ccsound.c >when it is not. > >2. The bus error that results from running csound with no arguments and the >main() function in rtcore.c has been fixed. (That main() was erroneously >calling csoundPerformKsmps() after csoundMain() failed). > >3. libcscore.a would not link (on any platform I presume) because it did >not define cglob. > > >Note to Matt: You may want to fix your rtcore.c main() for #2 above if you >haven't already. > >Also, there seem to have been quite a few changes to Csound 4 CVS recently >without entries being added to the ChangeLog. :( > >Well, goodnight. > > >Anthony Kozar >anthony.kozar@utoledo.edu >http://akozar.spymac.net/ Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth |
Date | 2004-12-10 15:40 |
From | jpff@cs.bath.ac.uk |
Subject | [CSOUND-DEV:5516] Re: OS X RT audio fixed |
...and aifc no longer compiles ('TYP_SOWT' undeclared on line 325; sowt_TYPE defined but not used) Going back to an earlier version of this file sure improves things, like it compiles and links. ==John ffitch |
Date | 2004-12-10 23:27 |
From | "Matt J. Ingalls" |
Subject | [CSOUND-DEV:5517] Re: OS X RT audio fixed |
goddammit i thought i was being extra careful. forgot to checkin soundio.h -- im trying to check in a bunch of my bugfixes.. please try it now. -m On Fri, 10 Dec 2004 jpff@cs.bath.ac.uk wrote: > ...and aifc no longer compiles ('TYP_SOWT' undeclared on line 325; > sowt_TYPE defined but not used) > > Going back to an earlier version of this file sure improves things, > like it compiles and links. > > ==John ffitch > > |