Line 290 in sdf.h compares tdist[kn] to tdist[k], while all other similar blocks compare it to pd. See https://github.com/memononen/SDF/blob/1ef5b4e4feb60ea84e47c01425de3edcf39bd83c/src/sdf.h#L290 Is this a mistake or is there a reason behind this? Although I think that this doesn't make much of a difference.
Line 290 in sdf.h compares tdist[kn] to tdist[k], while all other similar blocks compare it to pd.
See
SDF/src/sdf.h
Line 290 in 1ef5b4e
Is this a mistake or is there a reason behind this?
Although I think that this doesn't make much of a difference.