Bounces sound between two outputs… Like a ping-pong ball. PingPong is actually a compound built upon RecordBuf and PlayBuf .
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. |