Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 605 Bytes

Lightning Guitar Project

This is 86LEDs controlable Web Application for raspberry pi.

https://prezi.com/p/mc090rn48iy1/

Be root user before rounch this application.

sudo su
rails s -production

Auto analysis beat and chords from youtube, niconico douga, and sound cloud music by songle.
When music playing, display current chord and flashing guitar on the beat.

MIDI drum machine(and other) send LED control API, when hit crash, bass, and snare drum's note on event.

Please connect MIDI device and type this on project folder.

ruby -s http_requester

// install "curl" before.