You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also note that the current table size is limited to 2^15 by the fact that the accumulator is a 32bit signed, and 16bits are reserved for the fractional part. This is a const in the class and can be changed, potentially according to the actual table length.
SmoothWavetable
that makes all necessary assumptions for linear interpolation (and test they are true in the create() function):
The text was updated successfully, but these errors were encountered: