Von: Krzysztof Czaja [mailto:czaja@chopin.edu.pl]
- (yet another workaround:) -- with a combination of oversampled
[switch~] and a [bang~] you may set the (logical) speed of dsp processing in a window. This speed may be up to 8192 times the realtime (or more, if [switch~] is dynamically created) -- I think this is sufficient in most cases... test the attachment.
Wow, that is great! Even the sampling rate value in the signal vector is correctly adjusted to sys_getsr()/8192! That should do it for my purposes.
many thanks, Thomas