mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb: Implement OscillatorNode.setPeriodicWave()
This commit is contained in:
parent
acbae1b118
commit
8c4e4ec31b
Notes:
github-actions[bot]
2025-01-04 10:13:24 +00:00
Author: https://github.com/tcl3
Commit: 8c4e4ec31b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3122
Reviewed-by: https://github.com/shannonbooth ✅
6 changed files with 205 additions and 18 deletions
|
@ -25,5 +25,5 @@ interface OscillatorNode : AudioScheduledSourceNode {
|
|||
attribute OscillatorType type;
|
||||
readonly attribute AudioParam frequency;
|
||||
readonly attribute AudioParam detune;
|
||||
[FIXME] undefined setPeriodicWave(PeriodicWave periodicWave);
|
||||
undefined setPeriodicWave(PeriodicWave periodicWave);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue