Pfxb : Pfx : FilterPattern : Pattern : AbstractFunction : Object

add an effect synth to the synths of a given event stream
Source: Pfx.sc

Description

Puts an effect node on the tail of the current group and releases it when the contained pattern finishes. Name value pairs are inserted into the event for starting the effect node. The effect parameters are set from the event.

In difference to Pfx, a private effect bus is provided according to the number of channels in the effect synth def.

Class Methods

Inherited class methods

1 methods from Pfx ► show
1 methods from FilterPattern ► show
7 methods from Object ► show

Undocumented class methods

Pfxb.new(pattern, fxname ... pairs)

Instance Methods

Inherited instance methods

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

Examples