Pbus:
Filter:

Pbus : FilterPattern : Pattern : AbstractFunction : Object

isolate a pattern by restricting it to a bus
Source: Pfx.sc

Description

Starts a new group and plays the pattern in this group, on a private bus. The group and the bus is released when the stream has ended.

This is useful in order to isolate a Pfx.

Class Methods

Pbus.new(pattern, dur: 2.0, fadeTime: 0.02, numChannels: 2, rate: 'audio')

Arguments:

pattern
dur

delay to allow inner patterns to decay.

fadeTime

fading out the inner pattern after dur over this time.

numChannels

number of channels of the bus (should match the synthdef).

rate

bus rate.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.dur

.dur = value

.embedInStream(inevent)

.fadeTime

.fadeTime = value

.numChannels

.numChannels = value

.rate

.rate = value

Examples