Quick Sign In:  

Forum: General Discussion

Topic: Script increase volume gradually

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

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?
 

geposted Mon 25 May 20 @ 10:22 am
locoDogPRO InfinityModeratorMember since 2013
repeat_start 'masterUp' 50ms -1 & master_volume 100% ? repeat_stop 'masterUp' : master_volume +0.083%
 

geposted 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 :)
 

geposted Mon 25 May 20 @ 1:12 pm


(Alte Themen und Foren werden automatisch geschlossen)