To use DiscoParty, you’ll need to download and install:
DiscoParty comes in the examples folder of the BlinkyTape source repository on Github.
If you have Git installed, you can grab the BlinkyTape repository with:
$ git clone https://github.com/Blinkinlabs/BlinkyTape_Processing.git
If you don’t have Git installed, you can download the BlinkyTape respository as a zip file.
Out of the box, DiscoParty uses your computer’s built-in sound input (ie – microphone input) for it’s sound source. This is a great way to get started quickly, but means that your lights will react to all ambient sound in the room, not just your music.
For users of Mac OS X, SoundFlower is a great way to send your computer’s audio output right into DiscoParty without using the microphone.
Windows users shouldn’t have to worry about this part.
To use DiscoParty with SoundFlower:
For folks who are comfortable making things in Processing, here’s a little more in-depth technical information about how the DiscoParty works with BlinkyTapes.
You can use this information to customize the colors that are displayed, the sound frequencies that your lights respond to, any more!
DiscoParty uses some cool beat-detection code from the minim class: have a look at some documentation.This is a nice toolbox of stuff like beat detectors. DiscoParty draws some cool stuff based on these, then uses our BlinkyTape code to render those onto the LED strip. You could use this to make your own special DiscoParty with different colors, or a different kind of response to the music…right now it’s tuned to react most strongly to kick drums.
For more on using the BlinkyTape software, see the BlinkyTape Processing Page.