fix: brush draw preview note uses wrong instrument

Line 5273 called playNote with undefined program + no channel,
defaulting to channel 0 with last-set instrument (may be Track 2's).
Fix: resolve parent track from st.trackId, pass correct channel
and synth_engine/instrumentProgram.
This commit is contained in:
2026-07-27 20:52:49 +07:00
parent b42190e6bc
commit e38391ac7d
2 changed files with 4 additions and 2 deletions
File diff suppressed because one or more lines are too long