Skip to content

aldenlamp/MusicVis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicVis

A music visualization project

alt tag

What it does

Music vis was designed to be a visualize songs based on frequency and volume.

More specifically, the visualizer is essentially a glorified frequency chart where the lower frequencies are in the middle and the left and right sides are the higher frequencies. The Y axis, which is mirrored around the center line, and the color gradient represents the presence and strength of that frequency. Every time the song comes acros a volume spike, it rotates the color gradient slightly to make the visualization more interesting.

How to use it

Setting it up

This project uses cmake and Cinder.

One easy way to run it is through CLion.

  • Download from Github and open the project folder in CLion
  • Go to the CMakeList.txt in the main directory and load the CMake project
  • Change the run configuration to be music_vis
  • Run the project

How to use it

The project is currently loaded and set to run an example song called Amber by Flume. Simply press space to start it.

Key Action
SPACE Play or pause
r Restart (and stop if needed)
UP Increase the sensitivity
DOWN Decrease the sensitivity
RIGHT Increase the sensitivity of color changes
LEFT Decrease the sensitivity of color changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published