Cameron1470 / audio-programming-project

First shot at getting wavetable synthesis from a file working
0 stars 0 forks source link

Wavetable bad memory access #3

Closed mhamilt closed 3 years ago

mhamilt commented 3 years ago

On a cursory read, this operation looks like it would run the risk of accessing an array index greater than then length of the array

https://github.com/Cameron1470/WavetableSynthesisTest/blob/09eac33c22985db8b2fde8acc45e9274b1b0c495/Source/WavetableOscillator.h#L37-L38