sawg: test w/o discrete_compensate

old/phaser2
Robert Jördens 2016-11-29 20:52:02 +01:00
parent d8b5eac856
commit b736dd0df7
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ class Spline:
ci = int64(round(vi))
coeff64[i] = ci
# artiq.wavesynth.coefficients.discrete_compensate:
continue
if i == 2:
coeff64[1] += ci >> self.time_width + 1
elif i == 3: