-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mod Matrix does the Clampin' #768
Comments
The way to do this is roughly as follows in basic-blocks ModMatrix.h you see
so right after that add basically an
and add the min and max to that. Then in the VoiceMatrix in scxt set providesTargetBounds to true and set the min and max off the metadata when the target is changed or initialized. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once we have #766 and #767 fully resolved, the mod matrix can clamp outputs for us rather than us having to sprinkle clamps through every part of the DSP code
The text was updated successfully, but these errors were encountered: