Navigation
 
Search
 
Random Image
CBSet_121954036302.jpg
 
Me. Elsewhere.
 
Archives
 
Darcy
 
Things I Like
github
 
License
 
DrumKit v0.01

I finally started work on my DrumKit project today. Essentially this is an attempt to create a electronic drum set from some pads, an old keyboard and a computer. I got down to buisness and wrote up a Java app that plays back the drum sounds on key press events. It filters them and even handles shift for the hi-hat open/close, which I’ll use to make the hi-hat pedal work.

The source is messy, and still has relative path’s for the sound files. Essentially it’s a frame, a keylistener and some clips. Not too rough, though patching this together from the Java API and sparse information on javax.sound.sampled was tougher than I guessed it would be. Anyway, it’s got some bugs and features not implemented, but I can play drums with my keyboard now, which is a good start.

DrumKit v0.01
The Cutting Edge DrumKit GUI

I suppose I should upload the code just in case, and to keep track of my versions. You can get the source and the sounds for Version 0.01 below. As a heads up, all the kit samples are absolute path’d for my machine, so you’ll need to adjust them if you intend to compile it.
» DrumKit001.tar.gz – Everything
» DrumKit.java – Main class
» KeyHandler.java – Event listener
» KitClip.java – Kit sample class

Posted September 30th, 2006 - Permalink
Categories: Geek
Tags: , , , , ,
You can leave a comment, or trackback from your own site.
 
Possibly Related Posts
 
Adjacent Posts
 
Comments

One Response to “DrumKit v0.01”

  1. John Hobbs on coding, Omaha, and life in general » Blog Archive » DrumKit V0.02 -> DK421 V0.02 Says:

    [...] been working on my DrumKit again, since I don’t get to play with my Nokia 770. I came up with a better name for this [...]

 
Copyright © 2006 - 2010 John Hobbs