DevTools/WebAudio: Difference between revisions

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


==== [https://bugzilla.mozilla.org/show_bug.cgi?id=1055215 Fx35] ====
==== [https://bugzilla.mozilla.org/show_bug.cgi?id=1055215 Fx35] ====
* Refactoring, small style fixes
==== [https://bugzilla.mozilla.org/show_bug.cgi?id=1040352 Fx34] ====
==== [https://bugzilla.mozilla.org/show_bug.cgi?id=1040352 Fx34] ====
* Tool now e10s ready
* Tool now e10s ready

Revision as of 17:11, 14 October 2014

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

Resources

Change Log

Major changes per release.

Fx35

  • Refactoring, small style fixes

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