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

Re-allocation using samples caused Crash; Fix #1091

Merged
merged 1 commit into from
Sep 1, 2019

Conversation

baconpaul
Copy link
Collaborator

Re-allocating larger wavetables in some very specific size
cases mis-allocated the size required for the silence which
was appended. This left memory mis-aligned causing an immediate
crash on Windows in some cases. Fix by adding the silence pad to the
required size for a given set of tables.

Closes #1087

Re-allocating larger wavetables in some very specific size
cases mis-allocated the size required for the silence which
was appended. This left memory mis-aligned causing an immediate
crash on Windows in some cases. Fix by adding the silence pad to the
required size for a given set of tables.

Closes surge-synthesizer#1087
@baconpaul baconpaul merged commit cdeac1f into surge-synthesizer:master Sep 1, 2019
@baconpaul baconpaul deleted the sample-crash-1087 branch October 2, 2019 13:27
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.

Longer one-shots crashing VST3i and VSTi on Windows 10
1 participant