Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuna-f1sh/musical-colours
A number of processing and arduino scripts for generating a musical light show with an RGB led
https://github.com/tuna-f1sh/musical-colours
Last synced: 25 days ago
JSON representation
A number of processing and arduino scripts for generating a musical light show with an RGB led
- Host: GitHub
- URL: https://github.com/tuna-f1sh/musical-colours
- Owner: tuna-f1sh
- Created: 2012-06-25T14:07:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-26T08:19:31.000Z (over 12 years ago)
- Last Synced: 2024-05-02T04:42:48.127Z (6 months ago)
- Language: Java
- Size: 92.8 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
******Musical Colours*********
I created these scripts to create a musical display using the RGB LED light strip in my van.
Details of the circuit used and output examples can be found here:http://engineer.john-whittington.co.uk/2012/06/musical-rainbows-in-the-van/
John Whittington, 2012 - @j_whittington
******************************BeatListener.pde - Required for minim to run BeatDetect and FFT. Must be in same directory as other files.
MusicalColours.pde - The main script. Used to create a dynamic colour depending on the amplitude of 3 frequency ranges (bass, mid and tre) in the
musicMusicalFlash.pde - Simply uses BeatDetect to flash all the LEDs with the beat.
AudioLED.ino - An Arduino sketch that does not require serial from a computer to vary the brightness of
the LEDs according to the amplitude of an input sound.