-
y[n] = x[n]/samplerate + y[n-1]
-
@Nobody said:
If the -1 message isn't being transmitted, then *~ might not be multiplying by -1...?
Otherwise... what is it doing instead of inverting?
hjh
-
Just put -1 as an argument, like this
[*~ -1]
-
Ah - that's even better.