We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279cbea commit b1781bfCopy full SHA for b1781bf
src/master.js
@@ -112,15 +112,15 @@ define(function (require) {
112
};
113
114
/**
115
- * p5.soundOut is the p5.sound master output. It sends output to
+ * `p5.soundOut` is the p5.sound master output. It sends output to
116
* the destination of this window's web audio context. It contains
117
* Web Audio API nodes including a dyanmicsCompressor (<code>.limiter</code>),
118
* and Gain Nodes for <code>.input</code> and <code>.output</code>.
119
*
120
- * @property p5.soundOut
+ * @property soundOut
121
* @type {Object}
122
*/
123
- p5.soundOut = p5sound;
+ p5.prototype.soundOut = p5.soundOut = p5sound;
124
125
126
* a silent connection to the DesinationNode
0 commit comments