tebjan / VVVV.Audio

Implementation of an audio engine for vvvv
http://vvvv.org
GNU Lesser General Public License v3.0
39 stars 13 forks source link

Sample Interpolation #154

Open zeos opened 7 years ago

zeos commented 7 years ago

Hi, is it possible to add sample interpolation to the Wavetable node?

best

tebjan commented 7 years ago

sure, you just need to add the interpolation code somewhere here: https://github.com/tebjan/VVVV.Audio/blob/master/Source/VVVV.Audio.Signals/Sources/WaveTableSignal.cs#L78