Pfxb:
Filter:

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

Undocumented class methods

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

Instance Methods

Inherited instance methods

Examples