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?
optionalgain:number
Defined in: packages/core/src/poly-synth.ts:65
Per-voice gain for velocity sensitivity (0-1, default: 1).