Skip to content

Conversation

@haroon10725
Copy link
Contributor

Fixes: #4005

@haroon10725 haroon10725 marked this pull request as draft October 25, 2024 04:20
@walterbender
Copy link
Member

This looks good.

@haroon10725 haroon10725 marked this pull request as ready for review December 15, 2024 12:33
@haroon10725
Copy link
Contributor Author

@walterbender Can you please review this.

* @function
* @memberof Synth
*/
this.getValues = () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe rename this function to reflect that it is getting values from the analyser?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

canvasCtx.fillText(_("reference tone"), 10, 10);
canvasCtx.fillText(oscText, 10, canvas.height / 2 + 10);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, no spaces on otherwise empty lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed extra spaces

*/
function displayRecordingStartMessage() {
this.displayRecordingStartMessage = function () {
this.activity.textMsg(_("Recording started..."));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why ellipsis (...)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed them

@haroon10725
Copy link
Contributor Author

@walterbender Can you please review it.

@walterbender walterbender merged commit 7057e8b into sugarlabs:master Dec 19, 2024
4 checks passed
@haroon10725 haroon10725 deleted the feature/live-waveform branch December 31, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: Add live visual feedback of audio input in Sampler Widget

2 participants