TextMIDITools v1.0.48 #19
tomejanzen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The MIDI standard says this about running status:
Meta events and sysex events cancel any running status that was in effect."
RP-001_v1-0_Standard_MIDI_Files_Specification_96-1-4.pdf page 7 bottom.
This is the way textmidi used to write running status but i changed it when i couldn't find the quote above.
Today I have restored the behaviour described above: meta and sysex events reset running status.
miditext is more liberal in what it accepts, that is, textmidi writes to the rule above but miditext does not
hold MIDI files to the rule above.
Also i have added some sysex symbols (not vendor codes) for subid, subid1, and subid2. See textmidi.texi
This discussion was created from the release TextMIDITools v1.0.48.
Beta Was this translation helpful? Give feedback.
All reactions