iPhone Day: Free Frameworks Make Thumping Apps, Mobile or Otherwise

Part of the beauty of the iPhone from its launch date was the notion of a Mac you could fit in the palm of your hand. That makes it ironic that, for so many developers, mobile platforms in general have turned into a way to fragment software, to make it run fewer places instead of more. There’s something to be said for designing to a specific mobile device, but on the other hand, how many developers would want to restrict where their creations run? And particularly in music, isn’t the appeal of mobile creation the ability to have your tools work in more places? Maybe targeting just one gadget is the right choice for a given tool, but it shouldn’t be the only choice.

On the iPhone, the application Thump has plenty in common with a range of mobile music making tools. It’s simple but fun, a groove box with sequencing, subtractive synths, drums, and a set of basic effects, plus the ability to load your own samples and export songs.

Thump also demonstrates how simplifying sonic capabilities can produce musically-beautiful results, by focusing on the essentials and creating something with personality. Here’s a track by its creator showing off its sounds:
thump soundreel by mazbox

Well worth checking out the app on your platform of choice:
http://www.mrkbrz.com/thump/

What might not be immediately apparent is that under the hood, Thump makes use of the open source environment openFrameworks. As a result, the same code runs on iPhone, Mac, and Windows, as well as Linux. (It’s not distributed for Linux, but it could be. Hint, hint.) Creator Marek Bereza gives back, too – he ported the openFrameworks audio library to the iPhone, where it’s available to anyone.

Updated Marek notes in comments just what this means. The video below is, essentially, the same app. In place of the iPod screen, he has used a massive lattice of physical controls. A separate installation at the same show used a large touchscreen and simplified interface. And this really demonstrates what cross-platform means. Guy Kawasaki in the 80s mocked “ports” as a cheap wine. The idea is not to simply dump your code on a different platform and hope for the best – in fact, in this case, the changes from one platform to another were radical. The key is maximizing what’s essential, what really is not specific to a single device.

Physical Sequencer from Marek Bereza on Vimeo.

Creative Applications has a detailed write-up of the installation with more documentation.

If you’re interested in creating your own projects, oF has an elegant syntax based on Processing, but adapted to C/C++ coding paradigms and libraries.

read more

iPhone Gets New Groove Boxes: Is it Live Synthesis, or is it Canned?

The iPhone has become an almost absurdly-popular platform for music apps this year, even given more capable, more plentiful PCs. But to those who don’t yet “get” the appeal, talk to a mobile music addict: having the ability to be creatively musically in corners of time that would otherwise go unused, like a cramped bus ride, can be a beautiful thing. (Now, you start talking about taking away my PC/Mac experience, and I will start screaming in agony – but that’s a topic for a separate post.) The question is, what form should that app take? Today, I’ve got an iPhone round-up going as I clear out my news inbox, but that thread lies beneath all the stories…

I’m working on putting together a collection of truly productive, non-gimmicky/non-toy music apps now that the platform is maturing. But two apps released this week I think deserve special mention, and mention together – partly because of the different angle they take.

They’re both essentially handheld grooveboxes. They’re both relatively powerful, bringing desktop-style production to the platform. They’re both good options, and at this price, you might go buy both. But as I go off to test these two apps, I’m already struck by the contrast between the two.

One is the kind of app that we’re seeing a whole lot of on the iPhone, just as we once saw it in me-too apps on desktop computers. It assumes that the way to reach more people is to give them a whole bunch of canned loops that already sound like the styles they might want to play, and assume they’ll be pretty limited in their ability to do much with those loops.

The other of the two apps eschews the obligatory audio loops for real synthesis, and strips out the usual “let’s try to look like hardware” interface for something a lot more minimal and (I think) touch device friendly. That’s a design lesson that might well be applied beyond the iPhone, too.

First, consider the looped audio approach.

read more