Mute but with using fade-ins and fade-outs?
Hi everyone,
I’m trying to figure out how to script the following:
instead of using a button as a mute-on and mute-off function, I want to have
button=127 do:
- remember the current volume value
- then set volume to 0 via a ramp-down in say 500milliseconds
then button=0 do:
- reset volume to the previous (remembered) value in 500milliseconds.
Is this possible?
Thank you!
Annette
I think it should be possible using the method described in this post to perform the animated behavior with. The example Reaction in that post shows a fading Master Volume at the press of a button.
You could save the Volume Value using Modifiers but if you’re planning on doing this for multiple Tracks you might want to consider using a dictionary inside one Modifier. That way you can save an endless amount of named settings inside one Modifier. Being able to name them is useful for retrieving those settings when needed. + having stored all those inside 1 Modifier still leaves the other 19 Modifiers free, if you ever need them.
I’ll try making a Reaction in the near future.
Sign up
User registration is currently not allowed.