-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work on improving the wavetable evaluator
1. Step one: Make the evaluator an object with internal details state so we can move towards init and so on. 2. Add an init fn which can set shared state across all frames and also currently set the name of the object 3. Improve error handling, code clairty, arguments, internal state, etc... 4. Change the example to show these new features including using the name 'wt' and using a clearer set of names (but keep the old names silently present for now) Addresses #4539
- Loading branch information
Showing
4 changed files
with
340 additions
and
61 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.