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

6 methods from Object ► show

Instance Methods

Inherited instance methods

1 methods from FilterPattern ► show
43 methods from Pattern ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Undocumented instance methods

.connected

.connected = value

.embedInStream(inval)

Examples