A spiky and smooth and colorful music visualizer. Visualizes audio in real time from files or input devices. @usccorpuscallosum Spring 2017.
Built with OpenFrameworks. Uses ofxAudioAnalyzer and Essentia for audio analysis.
l
= toggle LSD modespace
= play/pause1-9
= play song by number0
= play from audio input
First, install OpenFrameworks and clone this repo inside your OF apps/myApps
folder.
Then, download ofxAudioAnalyzer. Extract it, rename the folder to "ofxAudioAnalyzer", and copy it into your OF addons
folder.
If you need to regenerate the VS project with the projectGenerator, there are a couple changes that need to be made afterwards:
- Exclude all .cpp files from the
ofxAudioAnalyzer
addon. - Add the
Spiky.props
property sheet to all targets (see [Working with Project Properties](https://msdn.microsoft.com/en-us/library/669zx6zc.aspx#Build configurations)). - Add
Spiky.Debug.props
andSpiky.Release.props
to the two Debug and two Release configurations respectively.