/VisualMusic

HTML5 music visualization (Chrome only)

Primary LanguageJavaScript

VisualMusic

HTML5 music visualization (Chrome only) forked from https://github.com/surunzi/VisualMusic

Download the files directly or visit the page online here (my version).

##How to use it

  • Drag the files into the browser or click the center to play the music.
  • Right click to open the song list panel.
  • Use arrow key Left and Right to switch visual effect.
  • Use arrow key Up and Down to play the last song or next song.

##Create your own visual effect

  • Copy the template.js inside js folder, and change it to whatever name you like.
  • Include the file in effect.js, the typical requirejs thing.
  • Start writing your own effect inside the file you just copied.