Source code for jdxi_editor.midi.data.sysex.length

from __future__ import annotations

[docs] ONE_BYTE_SYSEX_DATA_LENGTH = 15
[docs] FOUR_BYTE_SYSEX_DATA_LENGTH = 18