jdxi_editor.midi.data.address.program

Classes

ProgramCommonAddress

A convenient subclass for the standard "Program Common" address in Roland SysEx messages.

Module Contents

class jdxi_editor.midi.data.address.program.ProgramCommonAddress(msb: int = AddressStartMSB.TEMPORARY_PROGRAM, umb: int = Midi.VALUE.ZERO, lmb: int = Midi.VALUE.ZERO, lsb: int = Midi.VALUE.ZERO)[source]

Bases: jdxi_editor.midi.data.address.address.RolandSysExAddress

A convenient subclass for the standard “Program Common” address in Roland SysEx messages.