Skip to content

Add fx button to track header#2223

Merged
stakira merged 2 commits into
masterfrom
ui
Jun 22, 2026
Merged

Add fx button to track header#2223
stakira merged 2 commits into
masterfrom
ui

Conversation

@stakira

@stakira stakira commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 22, 2026 02:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a dedicated “fx” button to each track header and wires it up so the header reflects Mix FX enablement changes after the Mix FX dialog is applied.

Changes:

  • Added a new track-header toolbar button to open the Mix FX dialog and visually indicate whether Mix FX is enabled.
  • Introduced a MixFxChangedNotification message and broadcast it when Mix FX changes are applied.
  • Updated track header view models/canvas to track and refresh MixFxEnabled state.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
OpenUtau/Views/MixFxDialog.axaml.cs Sends a MessageBus notification after applying Mix FX so UI can refresh.
OpenUtau/ViewModels/TracksViewModel.cs Adds MixFxChangedNotification message type.
OpenUtau/ViewModels/TrackHeaderViewModel.cs Adds MixFxEnabled reactive state and syncs it with UTrack.MixFx.Enabled.
OpenUtau/Controls/TrackHeaderCanvas.cs Listens for Mix FX change notifications and refreshes affected header VM.
OpenUtau/Controls/TrackHeader.axaml Adds the “fx” button and styles for on/off visual state.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread OpenUtau/ViewModels/TrackHeaderViewModel.cs
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@stakira stakira merged commit deddb6d into master Jun 22, 2026
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.

2 participants