Minim
core | ugens | analysis
 

Wavetable

get

Description

Returns the value of the ith entry in this Wavetable's waveform. This is equivalent to getWaveform()[i].

Signature

float get(int i)

Parameters

i — int: the index of the sample to return

Returns

float: the value of the sample at i

Related

Wavetable

Example

None available

Usage

Web & Application