API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfacePingPongDelayEffectOptions
@codexo/exojs-audio-fx / audio / stable
Construction options for PingPongDelayEffect.
3
props
0
methods
0
events
Import
import { PingPongDelayEffectOptions } from '@codexo/exojs-audio-fx'Construction options for PingPongDelayEffect.
Properties3
delayTime?: numberDelay time per tap in seconds. Range 0.01..2, default 0.25.
feedback?: numberCross-channel feedback fraction - the portion of each delayed tap routed into the opposite channel's delay input. Range 0..0.9, default 0.4.
wet?: numberDry/wet mix, 0..1. The dry level is automatically 1 - wet. Default 0.4.
Source