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

AtsFreq : AtsUGen : UGen : AbstractFunction : Object
ExtensionExtension

Use Freq data from a given partial
Source: AtsSynth.sc
 

Description

Returns amplitude information for a given partial.

NOTE: For resynthesis purposes, an ATS file needs to be loaded into a buffer. When loading an ATS file, you need to supply a buffer number to store ATS data in.

Class Methods

AtsFreq.kr(atsbuffer, partialNum: 0, filePointer: 0, mul: 1, add: 0)

Arguments:

atsbuffer

AtsFile buffer number.

partialNum

The number of the partial to return frequency data for. Partial 0 is the first partial.

filePointer

A float between 0 and 1 pointing to location in buffer.

mul
add

AtsFreq.ar(atsbuffer, partialNum: 0, filePointer: 0, mul: 1, add: 0)

Arguments:

atsbuffer

AtsFile buffer number.

partialNum

The number of the partial to return frequency data for. Partial 0 is the first partial.

filePointer

A float between 0 and 1 pointing to location in buffer.

mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples