Reference p5.AudioVoice

p5.AudioVoice

Base class for monophonic synthesizers. Any extensions of this class should follow the API and implement the methods below in order to remain compatible with p5.PolySynth();

Methods

connect

Connect to p5 objects or Web Audio Nodes

disconnect

Disconnect from soundOut

This page is generated from the comments in lib/addons/p5.sound.js . Please feel free to edit it and submit a pull request!

Related References