VOSIM:
Filter:
Classes (extension) | UGens > Generators

VOSIM : UGen : AbstractFunction : Object
ExtensionExtension

vosim pulse generator
Source: VOSIM.sc

Class Methods

VOSIM.ar(trig: 0.1, freq: 400.0, nCycles: 1, decay: 0.9, mul: 1.0, add: 0.0)

Arguments:

trig

[ar kr] starts a vosim pulse when a transition from non-positive to positive occurs and no other vosim is still going. audio rate input will produce sample accurate triggering.

freq

[ar kr] the frequency of the squared sinewave.

nCycles

the number of squared sinewaves to use in one vosim pulse. nCycles gets checked when VOSIM receives a trigger.

decay

the decay factor.

Inherited class methods

Instance Methods

Inherited instance methods

Examples