Hi to everyone,
I'm dealing with the MemoryWriter as a generic array of floats.
My intention is to fill the table with, let's say, 64 floats values, be able to read them at different speeds (including samplerate), to perform some operation on them (i.e. even a trivial scaling operation by another audio rate running signal) and to store the output back in the very same place (so as a continuos iterative process over a finite number of floats). This could be done, cyclically or, on request triggering a gate.
I could use those floats then as normalized frequency values, scaling factors, filter coefficients, quantized wavetables etc...
Any suggestion from this kind community would be of great help.
Many many thanks !
Federico