Pfx:
Filter:

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

Undocumented class methods

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

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inevent)

.fxname

.fxname = value

.isolate

.pairs

.pairs = value

Examples