Quote:

I prefer to use midi files. Could you please explain how to insert that controller #123? Thank you.




Insert CC123 at the end of every song's MIDI Event List.

CC123 is a General MIDI standard command of "all notes off" and does what the "Panic Button" in most sequencing softwares actually does.

Good choice, because all we have to remember is, "one, two, three". Back in the day, there were no Panic Buttons.

The hanging notes are a problem with files that have Pads, Strings or other held notes when you use the VSC synthesizer. Known bug, no fix. Except doing the above, which works. This is because most MIDI files do not include MIDI Note-Off commands because using just MIDI Note-On plus duration results in much smaller filesizes and less throughput. Using the old Note-Off command after every note can even hang some MIDI making systems, so it isn't really used as intended when they first designed the MIDI standard way back when.


--Mac