Hi, I’ve recently been working on an Audio Visualisation Stystem that will sync lights with the music currently playing I’ve set up 3 examples of different sorts of algorithms for syncing the lights. Please let me know which you think is best and what I could do better, maybe even a mix methods or even a suggestion on a new way to do it.
Test 1: Lights have random colour and change colour if the change in loudness is more than 200.
Test 2: Lights all use the same random colour if the change in loudness is more than 200.
Test 3: Lights all use the same colour and the colour is based off the loudness (eg: red = <100 and purple = >900)
- Test 1
- Test 2
- Test 3
0 voters