fix: fallback channel for unconfigured tracks uses index

When midiChannel is undefined (no instrument set), compute channel
from track index to avoid defaulting to 0 and clashing with
configured tracks that use channel 0.
This commit is contained in:
2026-07-27 20:19:50 +07:00
parent 59cf1d67db
commit 912fb2d354
2 changed files with 20 additions and 4 deletions
File diff suppressed because one or more lines are too long