快速登录:  

Forum: General Discussion

话题: Script increase volume gradually

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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?
 

发表时间 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%
 

发表时间 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 :)
 

发表时间 Mon 25 May 20 @ 1:12 pm


(陈旧帖子或论坛版块会自动关闭)