How can we implement oversampling inside of [gen~] without [poly~]?

That’s the entire question :slight_smile:
The Cycling74 [gen~] forums aren’t really helping me out here. That place is deep and vast but also quite old and jumbled so finding useful info is often a long and tiring journey.

The absolute simplest way to get 2x oversampling is to run the device at 96kHz :slight_smile:

Other than that, you would need to write the up/down sampling algorithms as needed by hand. I’m working on some tutorial material for a complete sinc-based up/down sampling filter algorithm, but it might not be out for a while.

5 Likes

Thank you captain G!

Hi! Did you finish that tutorial about up/down sampling, Graham? Would love to read it!

Has anyone managed to find a solution to this? It would be incredibly useful

You can try oversampling by using a for loop in codebox in gen. Put the bits that need oversampling inside a for loop with 2 iterations to have 2x oversampling.