michalochman / react-web-audio-graph

Interactive audio graph editor built with Web Audio API and React
https://michalochman.github.io/react-web-audio-graph/
MIT License
43 stars 8 forks source link

Bypassing nodes #2

Open michalochman opened 3 years ago

michalochman commented 3 years ago

Add option to bypass the node, i.e. output input signal directly without modifying it.

michalochman commented 2 years ago

Alternatively, this should be possible after #3 is implemented, by creating a simple subgraph with output switch and exposing a toggle.