DaisySP icon indicating copy to clipboard operation
DaisySP copied to clipboard

Add wavetable oscillator

Open brbrr opened this issue 2 years ago • 2 comments

Adds a bandlimited wavetable oscillator. The implementation is quite opinionated, and it would require some amount of refactoring to make it general enough to be used in multiple use cases.

It behaves similarly to Oscillator class, with the caveat that one needs to run Tables::Generate(); before processing the oscillator.

brbrr avatar Aug 31 '22 08:08 brbrr

ouu, very cool! Thanks for the contribution @brbrr

I should have some time to give this a look next week!

stephenhensley avatar Sep 09 '22 15:09 stephenhensley

Sorry about working on top of you a bit, I think my repo was a bit out of sync and I re-fixed issues that had already been addressed. I'm going to squash and merge anyways, so it shouldn't be an issue.

If we can get it building again with the template change, that would be great!

beserge avatar Dec 12 '23 16:12 beserge