Csound Csound-dev Csound-tekno Search About

[Cs-dev] Csound6: iOS and ARC

Date2013-07-01 18:29
FromSteven Yi
Subject[Cs-dev] Csound6: iOS and ARC
Hi All,

I've put an ARC version of Csound for iOS at:

http://www.kunstmusik.com/csound-iOS-6.00.0_arc.zip

I pretty much just ran the "Edit->Refactor->Convert to Objective-C
Arc..." refactoring on the Csound for iOS Examples project and fixed
up a couple things by adding bridge casts.  As far as I can see with
limited testing, this is working (builds and runs in simulator).  I
created a new ARC project and included csound-iOS and was able to
build.

The existing codebase probably could use a good cleaning up to use
@property better and just update the coding to follow Apple's
guidelines (there's a bit of mix of styles at the moment).  Could
those of you using iOS give this version a try as well as try out
using ARC with your own projects?  (The refactoring wizard is handy
for this).  Of course, please have a backup of your projects!

Any feedback appreciated!
steven

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-05 18:59
FromSteven Yi
SubjectRe: [Cs-dev] Csound6: iOS and ARC
Hi All,

I've updated the Csound 6 for iOS SDK and put a snapshot release at:

http://www.kunstmusik.com/csound-iOS-6.00.0_arc.zip

This should have the fixes for sprintf and also have warnings fixed up
regarding performSelector.  Please let me know if there's any issues.

Thanks!
steven

On Mon, Jul 1, 2013 at 1:29 PM, Steven Yi  wrote:
> Hi All,
>
> I've put an ARC version of Csound for iOS at:
>
> http://www.kunstmusik.com/csound-iOS-6.00.0_arc.zip
>
> I pretty much just ran the "Edit->Refactor->Convert to Objective-C
> Arc..." refactoring on the Csound for iOS Examples project and fixed
> up a couple things by adding bridge casts.  As far as I can see with
> limited testing, this is working (builds and runs in simulator).  I
> created a new ARC project and included csound-iOS and was able to
> build.
>
> The existing codebase probably could use a good cleaning up to use
> @property better and just update the coding to follow Apple's
> guidelines (there's a bit of mix of styles at the moment).  Could
> those of you using iOS give this version a try as well as try out
> using ARC with your own projects?  (The refactoring wizard is handy
> for this).  Of course, please have a backup of your projects!
>
> Any feedback appreciated!
> steven

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net