fix: section track plays GM Piano via program default 0

section cloned tracks have instrumentProgram:undefined.
Line 10283 defaulted to 0 -> FluidSynth program_change(ch,0)
-> plays whatever SoundFont is loaded (MAIN SF).
Added _isSectionClone flag; line 10283 skips program default
for section clones -> undefined -> _playNoteFluid silent return.
This commit is contained in:
2026-07-28 09:30:27 +07:00
parent 6fa6578dd1
commit 43691a127e
3 changed files with 13 additions and 5 deletions
File diff suppressed because one or more lines are too long