p5.sound.js icon indicating copy to clipboard operation
p5.sound.js copied to clipboard

examples and reference for this new version of p5.sound.js

Open montoyamoraga opened this issue 2 years ago • 14 comments

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

montoyamoraga avatar Aug 23 '23 22:08 montoyamoraga

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!

ugec67 avatar Jul 26 '25 05:07 ugec67

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?

perminder-17 avatar Jul 29 '25 16:07 perminder-17

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!

ugec67 avatar Jul 29 '25 16:07 ugec67

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.

ogbabydiesal avatar Oct 26 '25 18:10 ogbabydiesal