I’ve been experimenting with various methods to control the iPad via MIDI as well as getting pro-audio out of it, and now I’d like to share my results.
First – this video by tekserv is a good introduction on some of the possibilities to get MIDI working as well as how to [...]
…Sorta. :) Code is at GitHub! Explanation below:
Andy Lemay made a very useful post on how to use fluid to run Amazon CloudPlayer as its own app. In a nutshell: You can download an excellent application called Fluid to create a desktop version of a webpage – in this case, the [...]
I have made a slight update to the earlier post at Automatically Ripping FLAC Files to mp3s Via Shell Script. I have updated the script so that it will automatically make the database directory the first time you run it. Without that change, the script wouldn’t work as expected unless you manually created the [...]
I use Cog on OS X as my primary music application which I’m pretty happy with – It’s very lightweight and plays FLAC files. Still, I prefer how Rhythmbox and iTunes manages your music in one large library. Cog, on the other hand, gives you a directory listing and requires you to drag and [...]
For a project, we’ve been meaning to implement some accessibility features such as providing the ability to resize all of the text in the application. The problem with this is that it requires a lot of overhead to build your application so that it can handle dynamic text sizes. I wanted instead to try some [...]
Disclaimer: These instructions are for Ubuntu (or other Linux distro) – I will be doing an updated post later on to cover OS X.
Being somewhat of an audiophile, I’ve been encoding my music in lossless FLAC format for a while now – which is great, except when you want to put them on an [...]
Jello!
Since I’m starting a blog, I have to get the introductions out of the way. I’m Zachary Berry, a web developer with a leaning towards Flex and Flash work. Since the end of 2004 I’ve been working as a Web Application Designer & Developer at the University of Central Florida under the New Media [...]
@zachberry
- RT @sam_sparro: ALBUM IS FINISHED YA'LL!!! FOR REAL! Let's CELEBRATE!!!!!!!!!!!!!!!!!!!!!!!!!!! 21 mins ago
- If anyone ever asks you if you're a blade runner, tell them you're eating. #ThingsILearnedFromHarrisonFord 2 hours ago
- #orlando food question - anyone been to El Bodegon Tapas & Wine OR Mi Bandeja Paisa Restaurant? http://t.co/TggtOE0K & http://t.co/lm1Bhyzs 2012/01/27
- RT @jbuckner: This is a cool game for color-lovers. Test your color perception. http://t.co/bfry444s 2012/01/25
- @ellemacbeth Happy final 5 minutes of birthday, fellow birthday buddy! #youareawesome 2012/01/25
- if you turn on chrome profiles you can put a cat icon in your browser, among other things http://t.co/17FD0kLY 2012/01/24
Recent Posts
- Incorporating an iPad into a DAW controlled studio (or, how to build a ghetto Alesis IO Dock for slightly less)
- Amazon Cloud Player, now with Keyboard Shortcuts & Growl Notifications!
- Trace Flex & Flash content (minus Flex/FlashBuilder junk)
- Automatically Ripping FLAC Files to mp3s Via Shell Script – Update!
- Hacking Cog to have an iTunes style library


Trace Flex & Flash content (minus Flex/FlashBuilder junk)
I use a tail command alias (from FlashApe) to constantly output the contents of my flashlog file to the terminal which makes reading output very useful. However, if you use FlexBuilder/FlashBuilder at all, you’ll notice it will dump millions of useless comments such as
-> Begin call to AS: getSelectedItems()
Begin AS external [...]