PV_BufRd:
Filter:
sc3-plugins/Classes (extension) | Libraries > JoshUGens | UGens > FFT

PV_BufRd
ExtensionExtension

Plays FFT data from a memory buffer

Description

PV_BufRd will play back FFT data stored to a buffer with PV_RecordBuf.

WARNING: Resynth of a FFTs with large window sizes may cause CPU spikes.

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

Class Methods

.new

Arguments:

buffer

The FFT buffer to fill data into

playbuf

The buffer to read frames of FFT data fram.

point

A value between 0.0 and 1.0. 0.0 is the beginning of the file, 1.0 the end. Values greater then 1.0 or less then 0.0 are wrapped into this range.

Examples