Skip to content

(Linux) Running status does not match MIDI spec #85

@Nytra

Description

@Nytra

private static byte runningStatus;

Currently in this library any byte received above or equal to 128 becomes the new running status, however this is not matching the spec according to this page: http://midi.teragonaudio.com/tech/midispec/run.htm

I think it needs to be changed to:

  • not change running status if the byte is RealTime Category (0xF8 to 0xFF)
  • clear the running status if the byte is System Common (0xF0 to 0xF7)
  • ignore data bytes if there is no running status

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions