Pulsating Lights and blending
in
Programming Questions
•
2 years ago
Fairly new to processing but have been building a sketch controlled via OSC from MaxMSP.
I'm up to speed on the OSC side, but there's a couple of things I would like to implement in the sketch to finish it off. I am using HSB.
Firstly, I am using a metro object already in my patch (it controls the brightness of an object to switch it on/off). I would also like it to control a light object so you can get an effect of being in a club. What is the best way to do this? Noting that I don't want to just turn the light on and off, but have it pulsate so when it switches 'off', the light fades away.
Secondly, I have some brightly coloured ellipses and a black background, how can the colours of these objects be slowly blended in to the background (As a static appearance rather than a changing one) so they appear more ethereal than stark blobs?
any help would be extremely appreciated!
1