14 #ifndef CSL_BlockResizer_H
15 #define CSL_BlockResizer_H
AdditiveInstrument.h – Sum-of-sines synthesis instrument class.
Regularizes the amount of data called for. This is useful for time-frequency transformations that onl...
UnitGenerator * mInput
my input unit generator (pointer)
Buffer mInputBuffer
buffer used to pull input
int mFramePointer
where am I in reading the input?
void nextBuffer(Buffer &outputBuffer)
the work-horse method calls the up-hill graph as needed
Buffer – the multi-channel sample buffer class (passed around between generators and IO guys)...
BlockResizer(UnitGenerator &input, unsigned blockSize)
ctor / dtor
Base class of CSL exceptions (written upper-case). Has a string message.
unsigned mBufferSize
fixed buffer size of the up-hill graph