mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibWeb: Add stub IDL interface for OscillatorNode
This source node generates a periodic wave form.
This commit is contained in:
parent
c9b2c1c747
commit
a83f4216a5
Notes:
sideshowbarker
2024-07-17 11:30:05 +09:00
Author: https://github.com/shannonbooth
Commit: a83f4216a5
Pull-request: https://github.com/SerenityOS/serenity/pull/24143
6 changed files with 109 additions and 0 deletions
|
@ -300,6 +300,7 @@ libweb_js_bindings(WebAudio/AudioParam)
|
|||
libweb_js_bindings(WebAudio/AudioScheduledSourceNode)
|
||||
libweb_js_bindings(WebAudio/BaseAudioContext)
|
||||
libweb_js_bindings(WebAudio/OfflineAudioContext)
|
||||
libweb_js_bindings(WebAudio/OscillatorNode)
|
||||
libweb_js_bindings(WebAudio/PeriodicWave)
|
||||
libweb_js_bindings(WebGL/WebGLContextEvent)
|
||||
libweb_js_bindings(WebGL/WebGLRenderingContext)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue