mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
OscillatorNode detune param
This commit is contained in:
parent
0e92efbb79
commit
93990d437e
2 changed files with 10 additions and 6 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue