Is it possible to have the 'padfx' functionality but in a way that the FX parameters dont revert on release?
e.g. I want to do a Spiral padfx but if the pre-pad Strength is 0 when pressed there will be no trail as the Strength reverts to 0 instantly on release. I really just want all padfx to set/persist parameters.
I'm also trying to do this with 'effect_active' but am having trouble specifying parameters
e.g. effect_active 'spiral' 0.5 0.5
e.g. I want to do a Spiral padfx but if the pre-pad Strength is 0 when pressed there will be no trail as the Strength reverts to 0 instantly on release. I really just want all padfx to set/persist parameters.
I'm also trying to do this with 'effect_active' but am having trouble specifying parameters
e.g. effect_active 'spiral' 0.5 0.5
geposted 4 hours ago
lol i think i just got it with something like this
effect_active 'spiral' while_pressed & effect_slider 1 50% & effect_slider 2 50%
effect_active 'spiral' while_pressed & effect_slider 1 50% & effect_slider 2 50%
geposted 4 hours ago





