Store processed signal to buffer~ instantly?
I have an LFO oscillator which is a wavetable followed by LP filter. There are 2 variable parameters: oscillator frequency and LP cutoff.
The problem is that variable parameters should work without any delay, but I need to normalize a single cycle of lowpassed oscillator, so there is no time to write the oscillator into buffer~.
I guess there are following workarounds: using a heap of preprocessed wavetable data, or doing all the signal processing with Max instead of Msp, or some third-party objects maybe. Am I missing something?