FortySevenEffects / arduino_midi_library

MIDI for Arduino
MIT License
1.56k stars 252 forks source link

MIDI Tick is Not Compliant MIDI #341

Open eclab opened 7 months ago

eclab commented 7 months ago

"MIDI Tick" (Status byte 0xF9) is not part of the MIDI 1.0 Specification and is not conformant. Status byte 0xF9 is reserved. I am interested in hearing the history of MIDI Tick, but to the best of my knowledge it was made up out of whole cloth by the MIDI Technical Fanatic's Brainwashing Center and should not be promulgated as part of the Arduino library.

See also https://www.midi.org/specifications-old/item/table-2-expanded-messages-list-status-bytes

Please:

  1. Revise MIDIType.Tick to MidiTypeUndefined_F9 in midi.h
  2. Deprecate TickCallback in midi.h