Closed
Bug 1007887
Opened 11 years ago
Closed 8 years ago
Tap into web audio nodes
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jsantell, Unassigned)
Details
It should be possible to "tap into" nodes in a route in the web audio editor.
Example graph:
osc -> gain -> delay -> destination
If I "tap into" the gain node, I hear the oscillator being affected by the gain node, but not the delay node. This could probably be implemented by disabling nodes (bug 1007778, in this case, disabling delay node), or by rerouting the tapped node directly into the destination, and disconnecting everything else connected to the destination. A bit tricky, but very useful to listen to a signal along the path, like stepping through/iterating over the signal to find how each node affects the signal.
Comment 1•8 years ago
|
||
Mass-closing inactive (2 years+) bugs on unmaintained devtools components.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•