Reference connect()

connect()

Connects audio nodes together. You can connect a node to multiple destinations simultaneously by calling this method multiple times on additional destination nodes.

Examples

Syntax

connect(destination)

Parameters

destination
Object: The node you would like to connect to.
Notice any errors or typos? Please let us know. Please feel free to edit src/core/p5soundNode.js and open a pull request!

Related References