detune property
AudioParam
get
detune
The detune
property of the OscillatorNode interface is an
a-rate
AudioParam representing detuning of oscillation in
cents.
Note: though the
AudioParam
returned is read-only, the value it represents is not.
Implementation
external AudioParam get detune;