Skip to content
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

Stop runaway modulators on extreme changes #6863

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

baconpaul
Copy link
Collaborator

In extreme (really computer generated) midi sequences you could force the modulator smoother to runaway since in one case it would push you outside of [target,value] when interpolating. Fix that with a clamp; and add an assert in case theres other future problems.

Closes #6835

In extreme (really computer generated) midi sequences you could
force the modulator smoother to runaway since in one case it
would push you outside of [target,value] when interpolating.
Fix that with a clamp; and add an assert in case theres other
future problems.

Closes surge-synthesizer#6835
@mkruselj
Copy link
Collaborator

mkruselj commented Mar 3, 2023

Nice, this is way better than what I hacked in! 🙂

@baconpaul baconpaul merged commit 4be8c59 into surge-synthesizer:main Mar 3, 2023
@baconpaul baconpaul deleted the modulator-6835 branch July 8, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reliable Crash, 1.1.2, Windows, Reaper latest
2 participants