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
- @sursly sorry to be 'that guy', regardless, the album sounds good - i'd be up for buying a CD 2012/05/18
- @sursly any chance of a FLAC download? 2012/05/18
- RT @gaminghorror: this is a gem for isometric projection algorithms as well as how to draw iso tiles (technically speaking): http://t.co ... 2012/05/18
- …and My T-Mobile restricts passwords to 4 (!) to 15 characters http://t.co/yAxhMeZK #BAD #SECURITY 2012/05/17
- My T-Mobile doesn't allow special characters in the password http://t.co/YLt3mfR4 #BAD #SECURITY 2012/05/17
- @ellemacbeth heh, well thanks anyway. trying to get their $30 data plan, but lots of hidden rules on that. spent several hours on the phone 2012/05/17
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 [...]