RSS feed
  • Swarms

    So I've been experimenting with generating swarms and was able to get some basic code working pretty quickly thanks to some Particle Systems example code on NeHe. Here are some of my first steps:


    First Swarm


    Swarm #2

    I think the next step is going to be to get multiple swarms each operating on different rules in the same space interacting.

  • Controlling Samples by Spitting Them

    Last night, Nate and I were able to sucessfully and intuitively control up to 3 or 4 individual drums based on different sounds vocalized into a mic. The bass drum would play when 'oooh' was sung, a snare when 'eee' was sung and a cymbal when 'aaah' was sung.  There are still some kinks in the system, but as a proof of concept, it works fairly well.  The mapping between input sound and MIDI event are learned in real time so you are not restricted to different vowel sounds.  The 3 distinguishing sounds could have just as easily been a clap, growl and whistle.  The code: fftknn.