Accesso rapido:  

Forum: General Discussion

Topic: Script increase volume gradually

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

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?
 

Inviato 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%
 

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

Inviato Mon 25 May 20 @ 1:12 pm


(Vecchi argomenti e forum sono automaticamente chiusi)