Connects the output of a p5sound object to input of another p5.sound object. For example, you may connect a p5.SoundFile to an FFT or an Effect. If no parameter is given, it will connect to the main output. Most p5sound objects connect to the master output when they are created.
Syntax
connect([object])
Parameters
object
Object:
Audio object that accepts an input
This page is generated from the comments in lib/addons/p5.sound.js . Please feel free to edit it and submit a pull request!