View Single Post
Old 05-02-2020, 07:40 AM   #8979
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,883
Default

Quote:
Originally Posted by WaveTrans View Post

Does that mean step-values are exclusively for RotaryPush?
No, stepped values also work with Rotary, where they a capable of being accelerated.

If you have a lot of plugins to modify, this regex definition can be helpful (to find and replace the "Toggle+" with nothing)
Code:
(Toggle\+)(?=RotaryPush\D\d\sFXParam\s\d+\s\[)
It will remove the "Toggle+", but only from parameters where "Toggle+" is followed by " [" (ie where there are stepped values following).
MixMonkey is online now   Reply With Quote