Classes | UGens > Generators > Stochastic

CoinGate : UGen : AbstractFunction : Object

Statistical gate.
Source: Noise.sc

Description

When CoinGate receives a trigger, it tosses a coin and either passes the trigger or doesn't.

Class Methods

CoinGate.ar(prob, in)

CoinGate.kr(prob, in)

Arguments:

prob

Value between 0.0 and 1.0 determines probability of either possibilities.

in

The trigger input.

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples