OscillatorNode detune param

This commit is contained in:
Fernando Jiménez Moreno 2018-06-29 18:07:23 +02:00
parent 0e92efbb79
commit 93990d437e
2 changed files with 10 additions and 6 deletions

View file

@ -28,7 +28,7 @@ interface OscillatorNode : AudioScheduledSourceNode {
// attribute OscillatorType type;
readonly attribute AudioParam frequency;
// readonly attribute AudioParam detune;
readonly attribute AudioParam detune;
// void setPeriodicWave (PeriodicWave periodicWave);
};