Guidance on wavetable osc frequency


#1

I have a 32 position based triangle oscillator based on http://wiki.nesdev.com/w/index.php/APU_Triangle

Wondering how I should approach playback rates above srate/tablesize? For the moment I am not worried about interpolation etc, just not sure of the best way to determine the index. I have looked at the pitched table playback objects but I'm not 100% on what's going on there. :slight_smile: