DevTools/WebAudio: Difference between revisions
< DevTools
Jump to navigation
Jump to search
(Created page with "Resources and information for the [https://developer.mozilla.org/en-US/docs/Tools/Web_Audio_Editor Web Audio Editor] in Firefox Developer Tools. === Resources === * [https://...") |
|||
| Line 26: | Line 26: | ||
=== Feedback === | === Feedback === | ||
* irc.mozilla.org | * [http://mibbit.com/?channel=%23devtools&server=irc.mozilla.org #devtools] channel on [http://irc.mozilla.org irc.mozilla.org] | ||
* [https://twitter.com/firefoxdevtools @firefoxdevtools], [https://twitter.com/jsantell @jsantell] on Twitter | * [https://twitter.com/firefoxdevtools @firefoxdevtools], [https://twitter.com/jsantell @jsantell] on Twitter | ||
* [http://ffdevtools.uservoice.com Firefox Dev Tools on UserVoice] | * [http://ffdevtools.uservoice.com Firefox Dev Tools on UserVoice] | ||
Revision as of 17:12, 19 August 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
- Update AudioParam changes in the inspector via polling
- 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
- #devtools channel on irc.mozilla.org
- @firefoxdevtools, @jsantell on Twitter
- Firefox Dev Tools on UserVoice