PV_RecordBuf stores FFT data to a buffer for use by a number of PV UGens.
buffer |
The FFT buffer. |
recbuf |
The buffer to save frames of FFT data to. |
offset |
An integer number of frames to offset into the recbuf file. Defaults to 0. |
run |
If > 0.0, store data to the recbuf. |
loop |
If > 0.0, when the end of the databuf is reached, new data will begint o overwrite old data. |
hop |
The hop size used in the FFT analysis UGen (this allows the PV_Player UGens to check for consistency). |
wintype |
The windowing type used in the FFT analysis UGen (this allows the PV_Player UGens to check for consistency). |