X Tutup
Skip to content

[Fix] [Music] Route note preview to the active editor channel#2899

Draft
RDeckard wants to merge 1 commit intonesbox:mainfrom
RDeckard:fix/music-preview-mute-channel-routing
Draft

[Fix] [Music] Route note preview to the active editor channel#2899
RDeckard wants to merge 1 commit intonesbox:mainfrom
RDeckard:fix/music-preview-mute-channel-routing

Conversation

@RDeckard
Copy link

@RDeckard RDeckard commented Mar 3, 2026

Why

Original issue: #2437

Note preview in the music editor could play on a different channel than the one targeted by the current editing context.

What

  • Update playNote() in src/studio/editors/music.c.
  • Tracker tab: preview uses the tracker-selected channel.
  • Piano tab: preview continues to use piano.col.

Impact

  • Fixes channel mismatch during note preview in the music editor.
  • No behavior change outside preview routing.

Reviewer question: do we explicitly want tab-based routing (Tracker → tracker channel, Piano → piano channel) as the intended long-term behavior?

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

X Tutup