PdurStutter:
Filter:

PdurStutter : Pdup : FilterPattern : Pattern : AbstractFunction : Object

partition a value into n equal subdivisions
NOTE: It is recommended to use Psubdivide instead. This class is retained for backwards compatibility.

WARNING: PdurStutter will return Psubdivide

Description

A filter pattern designed for a stream of float durations.

Subdivides each duration by each stutter and yields that value stutter times. A stutter of 0 will skip the duration value, a stutter of 1 yields the duration value unaffected.

Class Methods

Inherited class methods

Undocumented class methods

PdurStutter.new(n, pattern)

Instance Methods

Inherited instance methods

Examples

Frequencies like being divided too.