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 |
CleanAux's default parent event set ~buf = "b[0].bufnum" and ~bufn = "b.size" — literal strings that were sent to the server verbatim as synth control values (verified via dumpOSC), which scsynth cannot apply. \vct therefore always read buffer 0 (a plain sample, not a wavetable) unless the pattern set buf/bufn itself. Until a wavetable loader exists (issue danielmkarlsson#41), no default is honest — set them per event. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Synth wrapper around VOsc object. Allows for seamless scrolling through consecutive buffers of wavetables.