PV_RecordBuf:
Filter:
Classes (extension) | Libraries > JoshUGens | UGens > FFT

PV_RecordBuf : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object
ExtensionExtension

Records FFT data to a memory buffer
Source: JoshPV.sc

Description

PV_RecordBuf stores FFT data to a buffer for use by a number of PV UGens.

Class Methods

PV_RecordBuf.new(buffer, recbuf, offset: 0.0, run: 0.0, loop: 0.0, hop: 0.5, wintype: 0)

Arguments:

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).

Inherited class methods

Instance Methods

Inherited instance methods

Examples