mrRay / vvopensource

OSC and MIDI frameworks for OS X and iOS, a framework for managing and rendering to GL textures in OS X, and a functional ISF (interactive shader format) implementation for OS X.
231 stars 33 forks source link

Did you consider converting to ARC? File > edit > convert to > objective c ARC. #15

Closed johndpope closed 7 years ago

johndpope commented 9 years ago

I ran this against vvmidi and it helped clean up a bunch of code. ARC is solid, one needs to be more diligent around strong references though.

johndpope commented 9 years ago

Actually this has helped me over come a bug I was having with a weird linking error CoreImage not found for x86 on xcode 7.

johndpope commented 9 years ago

fyi - this branch has been ARC'd screen shot 2015-07-08 at 4 30 47 pm

Enigma644 commented 8 years ago

I second the ARC conversion! Pretty please :-) It'd be really nice to not have the 80 compiler warning messages I'm getting from VVOSC too!

johndpope commented 8 years ago

VVMidi did get me some mileage - this MIKMIDI code is pretty solid and actively maintained. https://github.com/mixedinkey-opensource/MIKMIDI