DevTools/WebAudio: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


=== Resources ===
=== Resources ===
* [https://wiki.mozilla.org/DevTools/Hacking Getting started with Hacking on Dev Tools]
* [https://developer.mozilla.org/en-US/docs/Tools/Web_Audio_Editor MDN Docs for Web Audio Editor]
* [https://developer.mozilla.org/en-US/docs/Tools/Web_Audio_Editor MDN Docs for Web Audio Editor]
* [https://bugzilla.mozilla.org/buglist.cgi?component=Developer%20Tools%3A%20Web%20Audio%20Editor&product=Firefox&bug_status=__open__&list_id=10101182 Open Web Audio Editor Bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?component=Developer%20Tools%3A%20Web%20Audio%20Editor&product=Firefox&bug_status=__open__&list_id=10101182 Open Web Audio Editor Bugs]
* [https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools%3A%20Web%20Audio%20Editor Create new Web Audio Editor bug]
* [https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools%3A%20Web%20Audio%20Editor Create new Web Audio Editor bug]
* [http://arewedubstepyet.com Are We Dubstep Yet?]


=== Change Log ===
=== Change Log ===

Revision as of 20:45, 16 September 2014

Resources and information for the Web Audio Editor in Firefox Developer Tools.

Resources

Change Log

Major changes per release.

Fx35

Fx34

  • Tool now e10s ready
  • Render AudioParam connections (`node.connect(param)`) in graph
  • Remove redundant/irrelevent information (redundant "Node" in node names, actor IDs)

Fx33 - Refined Release

  • Tool now works with all host types
  • GC'd AudioNodes are now removed from the graph
  • Improved graph rendering
  • Inspector updates: Make readonly AudioParams uneditable, inspector now works with all media/webrtc nodes, fixed setting floats on params

Fx32 - Release

Initial release, containing graph rendering and AudioNode inspector view, with modifiable AudioParams

Feedback