LPCVals:
Filter:
Classes (extension) | Libraries > JoshUGens | UGens > Analysis:Synthesis

LPCVals : MultiOutUGen : UGen : AbstractFunction : Object
ExtensionExtension

Utilize LPC data
Source: LPCSynth.sc

Description

LPCVals returns pitch, rms and error data from the LPC data file.

Class Methods

LPCVals.kr(buffer, pointer)

Arguments:

buffer

The buffer where data is stored from LPCFile (see LPCFile).

pointer

A pointer into the LPC data file, where 0 is the begining and 1 is the end.

LPCVals.ar(buffer, pointer)

Arguments:

buffer

The buffer where data is stored from LPCFile (see LPCFile).

pointer

A pointer into the LPC data file, where 0 is the begining and 1 is the end.

Inherited class methods

Instance Methods

.init( ... theInputs)

Inherited instance methods

Examples