We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I'm using processing for an interactive installation. How can I have the volume to increase slowly?
I've tried a basic code, and the player.setGain function works. But how can i have a slight transition, a slight gain in volume?
Answers
You can use a ControlP5 library for the slider or you can use the example from processsing http://processing.org/examples/scrollbar.html. Try to implement one or the other to change the volume.