Minim
core | ugens | analysis
 

UGen.UGenInput

getLastValue

Description

Returns the first value in the array of last values. This is meant to make code that gets values from CONTROL inputs easier to read.

Signature

float getLastValue()

Returns

float: the last value generated by this input

Related

Example

None available

Usage

Web & Application