MCPcopy
hub / github.com/Tonejs/Tone.js / ChorusOptions

Interface ChorusOptions

Tone/effect/Chorus.ts:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { readOnly } from "../core/util/Interface";
9
10export interface ChorusOptions extends StereoFeedbackEffectOptions {
11 frequency: Frequency;
12 delayTime: Milliseconds;
13 depth: NormalRange;
14 type: ToneOscillatorType;
15 spread: Degrees;
16}
17
18/**
19 * Chorus is a stereo chorus effect composed of a left and right delay with an [[LFO]] applied to the delayTime of each channel.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected