Minim
core | ugens | analysis
 

Wavetable

setWaveform

Description

Sets this Wavetable's waveform to the one provided. This will not copy the values from the provided waveform, it will use the waveform directly.

Signature

void setWaveform(float[] waveform)

Parameters

waveform — float[]: the new sample data

Returns

None

Related

Wavetable

Example

None available

Usage

Web & Application