You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature you'd like
A Boolean member added to the Effect class: "bypass"
Any alternatives you've considered
.wet can be used to achieve a bypass, but the value has to be handled and stored because wet's value will be altered. With a boolean the .wet value can be multiplied with the boolean number. This is another alternative but having it built into the Effect class seems appropriate.