-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
scope : libPertains to the actual library source codePertains to the actual library source code
Milestone
Description
Description
Per-buffer processing is going to be better for a variety of reasons, which are mostly performance-related.
No JUCE classes, types, or utilities should be used for this implementation. This audio library should be dependency free and as lightweight as possible.
Requirements
- Use buffer-based processing in DSP building blocks
- Fix tests as necessary
- Ensure support in JUCE plugin projects
- Ensure support in Daisy projects
- Format code
- Add
noexceptin all of the places - Add comments for classes and methods
- Change
processortoeffector(think about verbs... generator -> generate, modulator -> modulate, and effector -> effect?) - Get rid of
size_tusage in favor ofint - Make sure all blocks'
Parameters can have sources attached
Metadata
Metadata
Assignees
Labels
scope : libPertains to the actual library source codePertains to the actual library source code