Conall Ó Maoláin -
The fft is so I can separate each frequency bin into independent channels and then transform the multichannel signal back to time domain...
5
dequalsrxt -
Ah, hadn't considered that. So would using a trigger object on the top level max patch add an extra vector of latency? I have a similar two...
6
noddy-oer -
Hello! I've made a delay/looper patch that allows the user to change the step-size used by the counter object that drives peek and poke...
1
Nodanoma -
Yes, all reproduced. Talking of jit.pix, however, I have a feeling it'll get deprecated soon — it has been buggy for a while and needs...
8
Hans Tammen -
arrgh, it's a hardware issue, I should have thought about it prior to posting. I'm working with the Daisyseed, and the reason why @default...
4
Steve Rummage -
Ok, here's a new version, using groove~ instead of gen~ Looper synced to tempo but not transport - I need this to play regardless of...
49
Robert Rethwisch -
I'll do some tests to see if other patches have this problem too, with this patch at least it seems the buffers need to be specified at...
9
Graham Wakefield -
A few years later, I found another solution to this problem that I like even better. The constraint is that the period N is only allowed...
slo ~|• -
Thanks much Graham. Super clear and super helpful.
11
Lionel -
If i round the delay time in samples to the nearest int, it works as expected, indeed Should have figured that out by myself...