Skip to content

userStartAudio not present in online reference #72

@davepagurek

Description

@davepagurek

This method is present in the code:

function userStartAudio() {
ToneStart();
}

And is exported:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions