File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,13 @@ import Effect from './effect';
12
12
* Audio Context Listener</a>, which can be accessed
13
13
* by <code>p5.soundOut.audiocontext.listener</code>
14
14
*
15
+ * This class extends <a href = "/reference/#/p5.Effect">p5.Effect</a>.
16
+ * Methods <a href = "/reference/#/p5.Effect/amp">amp()</a>, <a href = "/reference/#/p5.Effect/chain">chain()</a>,
17
+ * <a href = "/reference/#/p5.Effect/drywet">drywet()</a>, <a href = "/reference/#/p5.Effect/connect">connect()</a>, and
18
+ * <a href = "/reference/#/p5.Effect/disconnect">disconnect()</a> are available.
15
19
*
16
20
* @class p5.Panner3D
21
+ * @extends p5.Effect
17
22
* @constructor
18
23
*/
19
24
Original file line number Diff line number Diff line change @@ -212,6 +212,11 @@ class Reverb extends Effect {
212
212
* <p>Use the method <code>createConvolution(path)</code> to instantiate a
213
213
* p5.Convolver with a path to your impulse response audio file.</p>
214
214
*
215
+ * This class extends <a href = "/reference/#/p5.Effect">p5.Effect</a>.
216
+ * Methods <a href = "/reference/#/p5.Effect/amp">amp()</a>, <a href = "/reference/#/p5.Effect/chain">chain()</a>,
217
+ * <a href = "/reference/#/p5.Effect/drywet">drywet()</a>, <a href = "/reference/#/p5.Effect/connect">connect()</a>, and
218
+ * <a href = "/reference/#/p5.Effect/disconnect">disconnect()</a> are available.
219
+ *
215
220
* @class p5.Convolver
216
221
* @extends p5.Effect
217
222
* @constructor
You can’t perform that action at this time.
0 commit comments