Monthly Archives: April 2012

Updating An sqlite CoreData Backing Store On iOS

Something that has unpleasantly surprised many an iOS developer is that to update the data in an sqlite database that is the backing store for CoreData you need to do more than just make a new release of your app … Continue reading

Posted in app, code, iOS, iPad, iPhone, Objective-C | Tagged , , , , , , , | 2 Comments

Handy Scripts For Localizing iOS XIB Files

Recently I have been working on more and more iOS projects that require localization. One of the things that I find needs to be done fairly often while implementing localized XIB files is to extract all the strings from your … Continue reading

Posted in app, code, Interface Builder, iOS, iPad, iPhone, Ruby, script | Tagged , , , , , , , , | Leave a comment

Sequencing Modular Synth Drum Modules From Ableton Live

Below is described a sequencing solution for modular drum modules using Ableton Live, a custom Max4Live device that converts MIDI notes to CC gates, and a MIDI to CV interface that can convert MIDI CC to CV. If you just … Continue reading

Posted in ableton, MaxMSP, MIDI, modular, patching, Synth | Tagged , , , , , , , , , , | 2 Comments

How To Combine Two Images In iOS

A question that has been asked a lot on my iOS Still Image Capture With AVCaptureSession post is how to combine the overlay image that is shown with the image that is being captured by the camera. The more general … Continue reading

Posted in app, AR, code, iOS, iPad, iPhone, Objective-C | Tagged , , , , , , | 32 Comments