We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Ok, so I'd like to project a few pictures to the wall. I'd like the tint to change gradually, depending on the volume of audio output. The audio is coming from audio samples (so not MIDI instruments, if that makes any difference) in Ableton Live Suite, which I'm controlling in real-time. Any codes/links would be super helpful - stressed postgrad student :) Thank you!
Answers
Minim or the sound library will let you access the wave form of the input.
Maybe there root mean squared value from that (which I think you'll need to calculate yourself) will give you one value that you can map to the colour (see colormode hsb in reference). It might not be as gradual as you want though but you might be able to smooth it.
Thank you! I made it work like this in the end.
This next code reacts to the magnitude if the input sound:
Kf
I like the last code. Tried with one of my pictures and it reminds me as it looks when I am blinking eyes. Its all dark, but the sound wakens it up.