jdxi_editor.midi.data.parameter.drum.addresses

This module defines mappings for drum kit parameter addresses in the JD-Xi synthesizer.

Mappings:

DRUM_ADDRESS_MAP (dict): Maps drum partial names (e.g., “BD1”, “SD1”) to their corresponding parameter addresses. DRUM_GROUP_MAP (dict): Maps MIDI key numbers to their respective drum kit parameter addresses.

These mappings are used to identify the memory locations of drum parameters when processing MIDI SysEx messages.

Attributes

DRUM_ADDRESS_MAP

DRUM_GROUP_MAP

Module Contents

jdxi_editor.midi.data.parameter.drum.addresses.DRUM_ADDRESS_MAP[source]
jdxi_editor.midi.data.parameter.drum.addresses.DRUM_GROUP_MAP[source]