-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add PluginAudioPort class (WIP) Refactors how the pin connector and audio buffers are incorporated into AudioPlugin, how buffer updates occur, and how buffer customization works. Also uses more class type NTTP to simplify more of the template parameters. * Add ConfigurableAudioPort; Fix build * Some fixes (WIP) * Update (WIP) * Replace AudioDataLayout with bool * Remove SampleType Reasons: - It's clunky to use - It bloats the PR - Without a strong typedef it does nothing that can't be accomplished with a comment * Update tests * Fix ZynAddSubFX when switching back to local * Minor cleanup
- Loading branch information
Showing
29 changed files
with
1,122 additions
and
599 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
Oops, something went wrong.