Wavetable Synth Hard Sync?
-
Hi,
Is there a way to "hard sync" two wavetable synths? In other words to make the slave oscillator reset its waveform cycle every time the master oscillator completes a cycle.
Thank you.
-
@RastaChess
Hello,
I'm still at a loss with this.I know that this can easily be done with a waveform gen. But it would be great with wavetables.
Any suggestions?
-
@RastaChess
Not sure if this is possible as you've described it. It would be a nice feature though, perhaps it could be implemented in SyntesiserGroup, alongside the FM mode.
Maybe you could do it in Faust?
https://faustlibraries.grame.fr/libs/oscillators/#oshsp_phasor
-
@modularsamples I believe only two commands would be necessary. Something like .getWavetableCycleStage and .setWavetableCycleStage. With just those two it would be a simple few lines of code. I just don't know if they exist already with a different name or if there is another way to accomplish it, like with a synth timer or something. I've searched the API browser but didn't find a command that would be useful in this case. I don't know anything about Faust yet. I was waiting to see if someone in the forum knew how to script it before I requested the feature. I feel like this is an essential feature for any monosynth.
Thanks anyway.