Hi there -
I was hoping to clarify something about the example used in tedmoore’s Supercollider Corpus manipulation tutorials.
In the 3rd plotter example, we look at the use of multiple FluidBuf analyses methods as each one is send to a new buffer for statistic recording (FluidBufStat) and then another buffer (FluidBufCompose) to store information on successive frames.
In the 5th plotter example, we get 13 channels from FluidBufMFCC, we use a single FluidBufStats to analyze them, and then we pass the multichannel buffer to FluidBufFlatten, to get things knocked down to a single analyses point.
I’m curious about instances using multiple discrete FluidBuf analyses, as covered in Plotter 3 and 5 examples. .
Is the best practice to create individually-named buffers for each analysis, each statistic, and each point? Or does it make more sense to consolidate some of these into a single, multiple channel buffer at some point?
Thanks!