Pconst : FilterPattern : Pattern : AbstractFunction : Object

constrain the sum of a value pattern

Description

Similar to Pfindur, but works with the value directly.

NOTE: Be careful if this is used, directly or indirectly, for a note-length parameter! The difference may be very small and this could result in zombie nodes, due to a bug in EnvGen for very short sustain times.

Class Methods

Pconst.new(sum, pattern, tolerance: 0.001)

Embeds elements of the pattern into the stream until the sum comes close enough to sum. At that point, the difference between the specified sum and the actual running sum is embedded.

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

.embedInStream(inval)

.sum

.sum = value

.tolerance

.tolerance = value

Examples