Pfx : FilterPattern : Pattern : AbstractFunction : Object

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

Description

Puts an effect node on the tail of the current group and releases it when the contained pattern finishes. If a bus is given, it is used as an effect bus. Name value pairs are inserted into the event for starting the effect node. The effect parameters are set from the event.

Class Methods

Inherited class methods

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

Undocumented class methods

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

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(inevent)

.fxname

.fxname = value

.isolate

.pairs

.pairs = value

Examples