-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
This method is present in the code:
Lines 43 to 45 in 314559c
| function userStartAudio() { | |
| ToneStart(); | |
| } |
And is exported:
Lines 2 to 5 in 314559c
| p5.prototype.getAudioContext = getAudioContext; | |
| p5.prototype.setAudioContext = setAudioContext; | |
| p5.prototype.userStartAudio = userStartAudio; | |
| p5.prototype.userStopAudio = userStopAudio; |
...but these exports don't seem to show up on https://beta.p5js.org/reference/p5.sound/ like other public methods. Is there maybe a difference in how the doc comments are structured that is preventing these from getting parsed? Regardless, the doc comments could probably use an example of usage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation