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

Avoid crash on loop handle draw on MSEG node delete #7459

Merged
merged 2 commits into from
Jan 21, 2024

Conversation

baconpaul
Copy link
Collaborator

A case where you deleted a loop node marker which reset the loop would result in a draw error since we didn't consistently use the constraineed loop endpoints to indedx the segments. This caused a crash in some situations.

Closes #7401

A case where you deleted a loop node marker which reset
the loop would result in a draw error since we didn't
consistently use the constraineed loop endpoints to
indedx the segments. This caused a crash in some situations.

Closes surge-synthesizer#7401
@baconpaul baconpaul merged commit 4bb5486 into surge-synthesizer:main Jan 21, 2024
8 of 11 checks passed
@baconpaul baconpaul deleted the ls-7401 branch January 21, 2024 19:25
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.

Crash when deleting control nodes from the Default Voice MSEG
1 participant