Csound Csound-dev Csound-tekno Search About

[Csnd] Csound for iOS - 5.19.02.2

Date2013-03-20 20:20
FromSteven Yi
Subject[Csnd] Csound for iOS - 5.19.02.2
Hi All,

I've posted a new release of Csound for iOS here:

https://sourceforge.net/projects/csound/files/csound5/iOS/

The ChangeLog is below. Note: This release uses the same 5.19.02
Csound, but contains fixes for CsoundObj.m.

Thanks!
steven



5.19.02.2 - 2013-03-20

* CsoundObj.m: Added [NSThread sleepForTimeInterval:.001] in while
loop to prevent loop from being optimized out; caused issue when
compiling application with -O1 or higher (i.e. -Os used when building
for Release).  This fixes a bug where CsoundObj would not stop when
stopCsound was called.

* CsoundObj.m: Updated audio route handling to take into account
AirPlay; also, now correctly routes to speaker and not earpiece even
upon repeated connection and disconnection of headphones