Skip to content

feat(web-synth): implement noise types, mute toggle, and reset buttons - #744

Merged
github-actions[bot] merged 1 commit into
mainfrom
jules/web-synth-phase-7-improvements-3703101980359572964
Aug 1, 2026
Merged

feat(web-synth): implement noise types, mute toggle, and reset buttons#744
github-actions[bot] merged 1 commit into
mainfrom
jules/web-synth-phase-7-improvements-3703101980359572964

Conversation

@kkd16

@kkd16 kkd16 commented Aug 1, 2026

Copy link
Copy Markdown
Owner

This PR introduces several improvements to the Web Synth project as part of Expansion Phase 7:

  1. Pink & Brown Noise: NoiseNode now supports Pink and Brown noise. The Web Audio AudioBuffer is correctly regenerated, utilizing an internal proxy GainNode output so that downstream connections are kept intact during buffer replacements.
  2. Mute Toggle: GainNode now includes a simple mute checkbox. It correctly toggles the gain to 0 while preserving the previous manual gain setting.
  3. Reset to Default Button: Both GainNode and OscillatorNode have received a "Reset to Default" utility button to reset all values instantly.
  4. Updated Backlog: The JOURNAL.md file was extended to include Phase 7 and tasks were marked as completed.

PR created automatically by Jules for task 3703101980359572964 started by @kkd16

- Implemented Pink and Brown noise generation in `NoiseWrapper`.
- Added a noise type selector dropdown to `NoiseNode.tsx`.
- Implemented Mute toggle functionality in `GainWrapper`.
- Added a mute checkbox to `GainNode.tsx`.
- Added a 'Reset to Default' button to both `GainNode.tsx` and `OscillatorNode.tsx`.
- Updated `JOURNAL.md` to reflect completed Expansion Phase 7 tasks.

Co-authored-by: kkd16 <112675076+kkd16@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✅ Scope + lint + build passed.

@github-actions
github-actions Bot merged commit 9808cac into main Aug 1, 2026
2 checks passed
@github-actions
github-actions Bot deleted the jules/web-synth-phase-7-improvements-3703101980359572964 branch August 1, 2026 21:45
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.

1 participant