Showing posts with label Software. Show all posts
Showing posts with label Software. Show all posts

Thursday, December 9, 2010

AMS File Utility for Ableton Live



I've finally gotten around to posting about my AMS file Utility for Ableton Live. It lets you create endless harmonic oscillators in Simpler and Sampler. It also lets you export microtonal and/or traditionally tuned zones using your own custom waveform shape. It's a little easier in Sampler because it gets the key mapping from the files themselves (just drag a bunch onto the zone editor) while Simpler makes you work for it with racks, but it's not too bad to get going since the key mapping is appended to the file name.

Monday, November 8, 2010

Motherboard Alert Sequencer


My audio/midi sequencer of choice is Ableton Live. It has several features to keep me busy but one of its most useful and unique features is the session view. In it, you can create little "clips" that contain audio or midi and launch them programmatically using follow-actions. I'm not going to explain the inner workings of Ableton's session view but just know that it allows you to compose non-linearly, by allowing you to play discrete chunks of audio/midi for pre-determined amounts of time, followed by another pre-determined (or randomly selected) clip.  This behavior was the inspiration for the mobo sequencer.

The mobo sequencer exploits the well known .Net method System.Beep(frequency, duration). This is more commonly known as the obnoxious sound that comes off of your motherboard whenever you make a huge mistake (I hear it often). The sound doesn't have to be entirely obnoxious though. By recording the sequenced output and applying eq, compression and/or various other effects, the sound is more than usable in many forms of electronic music.

Monday, November 1, 2010

The Super Basic Batch File Renamer


I had a buddy with a problem. He had hundreds and hundreds of audio samples ripped from assorted Akai and Emu disks from years gone by. The files weren't usable in modern computer software until he changed the file extension so I wrote a quick app for him that would auto-increment and rename files in batches (he had the samples organized already by sample type... snare, hi-hat, kick, etc). I figured someone else may get some use out of this so here you go.

Warning: This can do serious damage to your system if you point it to the wrong folder and just start renaming things like a mad man, so be sure you know what you're doing!

Download, Unzip and Enjoy!
BatchRenamer.zip