-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement optional sample-accurate event processing (#78)
* Implement optional sample-accurate event processing * Updates to sample-accurte event processing * Better approach for handling events that are at the start of a sub-block * Fix typo * Undo silly submodule mistake * Adjust sample-accurate events to always be a multiple of the chosen resolution, as long as the block size provided by the host cooperates * Undo testing changes to example plugin * Add option to always split block, otherwise only split block for parameter events * Split block on transport events, don't split block for events outside the core namespace
- Loading branch information
1 parent
87cc6e4
commit eae6d5e
Showing
4 changed files
with
254 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.