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 f0242b3 commit e437b91Copy full SHA for e437b91
src/oscillator.js
@@ -152,7 +152,7 @@ class Oscillator {
152
*
153
* Starting an oscillator on a user gesture will enable audio in browsers
154
* that have a strict autoplay policy, including Chrome and most mobile
155
- * devices. See also: `userStartAudio()`.
+ * devices. See also: <a href="#/p5/userStartAudio">userStartAudio()</a>.
156
157
* @method start
158
* @for p5.Oscillator
@@ -202,7 +202,7 @@ class Oscillator {
202
203
* @method stop
204
205
- * @param {Number} secondsFromNow Time, in seconds from now.
+ * @param {Number} [secondsFromNow] Time, in seconds from now.
206
*/
207
stop(time) {
208
if (this.started) {
0 commit comments