Minim
core | ugens | analysis
 

AudioBuffer

toArray

Description

Returns the samples in the buffer in a new float array. Modifying the samples in the returned array will not change the samples in the buffer.

Signature

float[] toArray()

Returns

float[]: a new float array containing the buffer's samples

Related

AudioBuffer

Example

None available

Usage

Web & Application