processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.61k stars 3.31k forks source link

The text in example diagram for p5.SoundRecorder() is not properly visible, when recording is stopped. #6570

Closed Garima3110 closed 11 months ago

Garima3110 commented 11 months ago

Most appropriate sub-area of p5.js?

p5.js version

v1.8.0

Web browser and version

119.0.6045.160

Operating System

Windows 11 Version 22H2

Steps to reproduce this

Steps:

1.Navigate to this link : https://p5js.org/reference/#/p5.SoundRecorder 2.Then tap on the example diagram, record something and again tap the diagram to see the problem.

Actual Behavior

image

Expected Behavior

The displayed text should be aligned in the center so that it is clearly visible, when the recording is stopped.

Would you like to work on the issue?

Yes , I would like to work on this issue.

welcome[bot] commented 11 months ago

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!

davepagurek commented 11 months ago

Hi! The spot to fix this is not in the p5.js repo, but in the p5.js-sound repo. The version of the sound library in this repo will get overwritten with the content from that repo every time we make a new release. Could you make your change in there instead?

Garima3110 commented 11 months ago

Hi! The spot to fix this is not in the p5.js repo, but in the p5.js-sound repo. The version of the sound library in this repo will get overwritten with the content from that repo every time we make a new release. Could you make your change in there instead?

Yeah sure @davepagurek ! Didn't know about this , my apologies...

davepagurek commented 11 months ago

no problem!