Skip to content

13.8.25

Compare
Choose a tag to compare
@tambien tambien released this 27 Aug 05:42
  • Moving to common.js-style code

Breaking Changes

  • AudioNode.prototype.connect is no longer overwritten. This means that you can no longer connect native nodes to Tone.js Nodes.
  • Tone.connect(srcNode, destNode, [ouputNum], [inputNum]) is the way to connect native Web Audio nodes with Tone.js nodes.