Skip to content

feat(web-synth): add new node improvements and DC Offset node - #745

Merged
github-actions[bot] merged 1 commit into
mainfrom
web-synth-improvements-14625529085239386943
Aug 2, 2026
Merged

feat(web-synth): add new node improvements and DC Offset node#745
github-actions[bot] merged 1 commit into
mainfrom
web-synth-improvements-14625529085239386943

Conversation

@kkd16

@kkd16 kkd16 commented Aug 2, 2026

Copy link
Copy Markdown
Owner

This PR adds several new features and improvements to the web-synth-9x1a project based on autonomous exploration.

  • Reverb Mix Fix: The mix state was previously unhooked in store.ts. It's now correctly wired up.
  • Phase Inversion: Added a new "Invert Phase" checkbox to the GainNode that multiplies the gain by -1.
  • Filter Bypassing: Rewrote FilterWrapper to use a dry/wet crossfade strategy, allowing the filter to be fully bypassed without disconnecting the signal path. A "Bypass" checkbox was added to the UI.
  • DC Offset Node: Created a new DcOffsetNode using a ConstantSourceNode, providing a simple constant value source.
  • Journal Update: 12 new ideas were added to Phase 8 in JOURNAL.md, and the implemented ones were marked as completed.

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

…ix Reverb Mix

- Fixed Reverb Mix param wiring in store.ts
- Implemented Phase Inversion toggle in GainNode with UI
- Implemented true bypass mode for FilterNode using dry/wet gains with UI
- Added new DC Offset node and integrated it into the app
- Updated JOURNAL.md with new tasks and marked completed ones

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 3f7ee09 into main Aug 2, 2026
2 checks passed
@github-actions
github-actions Bot deleted the web-synth-improvements-14625529085239386943 branch August 2, 2026 13:38
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