Pclutch:
Filter:

Pclutch : FilterPattern : Pattern : AbstractFunction : Object

sample and hold a pattern

Class Methods

Pclutch.new(pattern, connected: true)

Arguments:

pattern

any pattern.

connected

a pattern that returns either a series of Booleans or the equivalent 0 and 1. If true (or 1), the pattern plays as usual, if false (or 0), the previous value is kept.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.connected

.connected = value

.embedInStream(inval)

Examples