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

Ordered event processing for VST #803

Merged
merged 2 commits into from
Apr 9, 2021
Merged

Conversation

jpcima
Copy link
Collaborator

@jpcima jpcima commented Apr 9, 2021

Fixes sfztools/sfizz-ui#58
This adds ordering of messages for VST3. It's expected to be efficient.
The memory usage is reduced by dividing the audio block in fixed subdivisions.

@jpcima jpcima requested a review from paulfd April 9, 2021 14:55
@jpcima jpcima force-pushed the sorted-events branch 2 times, most recently from e46900f to c460eda Compare April 9, 2021 15:06
@jpcima
Copy link
Collaborator Author

jpcima commented Apr 9, 2021

  • tested for correct frame times with subdivisions
  • tested working in small subdivisions
  • tested working remainders
  • fuzzed

@jpcima jpcima merged commit 4ecfac1 into sfztools:develop Apr 9, 2021
@jpcima jpcima deleted the sorted-events branch April 9, 2021 15:38
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.

Have VST process events and parameters in frame order
1 participant