Classes | UGens > Delays > Buffer

PingPong : Object

Stereo ping-pong delay.
Source: DelayWr.sc

Description

Bounces sound between two outputs… Like a ping-pong ball. PingPong is actually a compound built upon RecordBuf and PlayBuf .

Class Methods

PingPong.ar(bufnum: 0, inputs, delayTime, feedback: 0.7, rotate: 1)

Arguments:

bufnum

First index of a multi channel buffer.

inputs

An array of audio inputs, the same size as your buffer.

delayTime

Delay time in seconds.

feedback

Feedback coefficient.

rotate

Which rotates the inputArray by one step. (left → right, right → left). Rotation of 0 (or 2) would result in no rotation to the inputArray. You cannot modulate this number by assigning it to a control in a SynthDef.

Inherited class methods

7 methods from Object ► show

Instance Methods

Inherited instance methods

260 methods from Object ► show

Examples