Files
SonicForgeStudio/app
3dtours 8beef7cb4d fix: multi-track ARM routes MIDI to all armed tracks
- Use filter(t => t.isArmed) instead of find() to route
  MIDI input to ALL armed tracks simultaneously
- Use getTrackMidiChannel per track instead of raw
  MIDI hardware channel (msg.data[0] & 0x0F)
- NoteOff, CC, PitchBend also routed to each armed
  track's dedicated channel
- Previous code sent to channel 0 + first armed track only
2026-07-27 21:31:10 +07:00
..
2026-07-21 18:22:39 +07:00
2026-07-23 08:32:23 +07:00
2026-07-23 08:32:23 +07:00
2026-07-18 15:09:05 +07:00
2026-07-18 15:09:05 +07:00