jdxi_editor.midi.data.address.sysex_byte

SysEx Byte

Attributes

T

Classes

SysExByte

Base class for SysEx message byte positions.

Module Contents

jdxi_editor.midi.data.address.sysex_byte.T[source]
class jdxi_editor.midi.data.address.sysex_byte.SysExByte[source]

Bases: enum.IntEnum

Base class for SysEx message byte positions.

classmethod message_position() int[source]
Abstractmethod:

Return the fixed message position for command bytes.

classmethod get_parameter_by_address(address: int) T | None[source]

Get parameter by address

Parameters:

address – int The address

Returns:

Optional[T] The parameter