If I want to use a script to set the master volume, eg 50% for background music and then 100% for the main dancing, how do I get it to nicely increase the volume over a period of say 30 seconds?
master_volume : set master volume.
If I use that command, it would just 'jump' in volume.
Any recommendations?
master_volume : set master volume.
If I use that command, it would just 'jump' in volume.
Any recommendations?
Posté Mon 25 May 20 @ 10:22 am
repeat_start 'masterUp' 50ms -1 & master_volume 100% ? repeat_stop 'masterUp' : master_volume +0.083%
Posté Mon 25 May 20 @ 11:22 am
locodog wrote :
repeat_start 'masterUp' 50ms -1 & master_volume 100% ? repeat_stop 'masterUp' : master_volume +0.083%
That's amazing, thank you :)
Posté Mon 25 May 20 @ 1:12 pm