Skip to content

Add support for MIDI running status #8

Open
@kevinjwalters

Description

@kevinjwalters

Per channel messages can omit the status byte and just provide data bytes which are then consider to be a repeat of the previous MIDI event with the new data.

For the implementation this implies storing the last status byte for every relevant message in case it occurs.

Some non-official discussions on this:

Test for this is partially written, see Test_MIDI.test_running_status_when_implemented() in https://github.com/adafruit/Adafruit_CircuitPython_MIDI/blob/master/tests/MIDI_unittests.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions