Copies the spectral frame in bufferA to bufferB. This allows for parallel processing of spectral data without the need for multiple FFT UGens. Further it allows to extract data at a given point in the FFT chain e.g. for monitoring purposes.
This document is provided for legacy purposes only. Existing code explicitly using PV_Copy should continue to work.
| bufferA |
source buffer. |
| bufferB |
destination buffer. NOTE: bufferA and bufferB must be the same size. |