Osc1:
Filter:
Classes (extension) | UGens > Envelopes

Osc1 : Object
ExtensionExtension

use buffer as one-shot envelope
Source: Osc1.sc

Description

An envelope generator that reads through a buffer once. Useful e.g. for the Wavesets quark.

Class Methods

Osc1.ar(buf, dur: 1)

Osc1.kr(buf, dur: 1)

create ar/kr buffer based envelope.

bufnum - a buffer on the server, to be used as an envelope. dur - how long to read through the table

Arguments:

buf

the buffer to use as envelope

dur

the duration of the envelope

Returns:

a BufRd Ugen.

Inherited class methods

Instance Methods

Inherited instance methods

Examples