Skip to content

coryshaw1/BlinkyMusicShow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlinkyLightShow

Demo video

A processing program for BlinkyTapes to visualize any sound input based on sound energy, rather than frequency energy.

There are currently 14 animations that are made to display colors in different ways based on how the Fast Fourier Transform of the audio is read.

Using sound energy compared to frequency energy doesn't allow for very accurate beat detection, but still offers very aesthetically pleasing visualizations. To use sound energy, an actual audio file must be read by the program. Using the sound energy allows for the user to simply run any music or audio through the audio input of a computer.

Keyboard Controls

  • '1' - Next animation
  • '2' - Previous animation
  • '3' - Back to animation 1
  • 'f' - Toggle smoother color values
  • 'r' - Random animation on every beat detection or a defined length of time
  • 's' - Start/Stop all animations, including animation window, and turn lights to white

Requirements

Virtual Audio Cables (VAC)

For your BlinkyLight to properly read the audio please look into the following software:

A good tutorial for setting up your VAC to output to your BlinkyTape is written here: http://forums.blinkinlabs.com/index.php?p=/discussion/68/windows-soundflower-alternative-vb-audio-virtual-cable/p1

Folder contains

  • BlinkyMusicShow.pde - Visualization process
  • BlinkyTape.pde - BlinkyTape class file, written by BlinkinLabs
  • SerialSelector - Class file for selecting a serial a BlinkyTape is connected to

License

The MIT License (MIT)

Copyright (c) 2014 Cory Shaw

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A processing program to visualize sound energy on a BlinkyTape

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published