-
Notifications
You must be signed in to change notification settings - Fork 10
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
vector synth #41
base: main
Are you sure you want to change the base?
vector synth #41
Conversation
Howdy! Couple things: • The • The built in folding sounds great, but, I'd like to drive it some other way (unique parameter name to this synth) than with • How would you feel about not exposing |
I think the buf and bufn arguments are hard to handle under the hood, since the wavetables are using the same buffers as all other samples used by supakleen. The synth needs to know which bufnum is the start of the consecutive buffers allocated with wavetables, and also how many there are to be able to handle morphing between them under the hood. Could |
Synth wrapper around VOsc object. Allows for seamless scrolling through consecutive buffers of wavetables.