CoinGate:
Filter:
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

Instance Methods

Inherited instance methods

Examples