Closed johndpope closed 7 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.
fyi - this branch has been ARC'd
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!
VVMidi did get me some mileage - this MIKMIDI code is pretty solid and actively maintained. https://github.com/mixedinkey-opensource/MIKMIDI
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.