examples and reference for this new version of p5.sound.js
hi!
as i am building this library, i would love to be able to test the examples and reference using the latest build of the p5.sound.js library, is there any way of being able to do that locally on my machine or on the p5js.org website? thanks :)
@limzykenneth @Qianqianye
Hi @perminder-17
I’m interested in working on this issue as part of my open-source journey.
Just to confirm should I add simple working code examples for the p5.AudioVoice.connect() and disconnect() methods directly in the reference documentation?
I’ll make sure the sketches are clear, beginner-friendly, and easy to run in the p5.js web editor.
Looking forward to your guidance. Thank you!
Hi @ugec67 , I apologize for the confusion. I originally thought the reference docs lived in the p5.js-website repo at
https://github.com/processing/p5.js-website/tree/2.0/src/content/reference/en/p5.sound, but they’re actually auto‑generated from the inline docs in the p5.Sound code. We need to update those inline docs in p5.Sound rather than working on the website repo. Unfortunately, I don’t have access to transfer the issue to the sound repo @ksen0 , could you please move it to the p5.sound repository? Thank you!
Really sorry for the confusion everyone, also, if you still interested @ugec67 in working on it, can I assign you to the sound repo once the issue is transferred?
Hi @perminder37, Thank you so much for the clarification, and no problem at all regarding the confusion! I’m still very much interested in contributing to this issue. Please feel free to assign it to me in the p5.js-sound repository whenever it's convenient. I truly appreciate your guidance and support. Looking forward to contributing!
p5.AudioVoice is a class in the original p5.sound library which can be found here: https://github.com/processing/p5.js-sound
This issue should be moved to that repo! I'l leave it open for a bit if that makes moving it over easier.