RESOLVED FIXED 85236
Oscillator must implement noteOn() and noteOff()
https://bugs.webkit.org/show_bug.cgi?id=85236
Summary Oscillator must implement noteOn() and noteOff()
Chris Rogers
Reported 2012-04-30 14:47:19 PDT
Oscillator must implement noteOn() and noteOff()
Attachments
Patch (772.79 KB, patch)
2012-04-30 15:06 PDT, Chris Rogers
kbr: review+
Chris Rogers
Comment 1 2012-04-30 15:06:30 PDT
Kenneth Russell
Comment 2 2012-05-04 17:05:11 PDT
Comment on attachment 139527 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=139527&action=review Looks good to me per your offline walkthrough of the code. r=me > Source/WebCore/Modules/webaudio/Oscillator.cpp:211 > + outputBus->zero(); This is redundant; just return.
Chris Rogers
Comment 3 2012-05-04 18:27:49 PDT
Note You need to log in before you can comment on or make changes to this bug.