Skip to content

EZ Web Audio / PlayOptions

Interface: PlayOptions

Defined in: packages/core/src/poly-synth.ts:61

Options passed to PolySynth.play() for each note.

Properties

frequency

frequency: number

Defined in: packages/core/src/poly-synth.ts:63

Frequency of the note to play in Hz.


gain?

optional gain: number

Defined in: packages/core/src/poly-synth.ts:65

Per-voice gain for velocity sensitivity (0-1, default: 1).