jdxi_editor.midi.data.parameter.drum.helper

This module provides a utility function for retrieving the parameter address corresponding to a given partial name within the drum section of the JD-Xi.

The function maps partial names to their respective addresses using DRUM_ADDRESS_MAP, ensuring correct parameter access for drum sound editing.

Functions:
get_address_for_partial_name(partial_name: str) -> int

Returns the parameter address for the specified drum partial name.

Functions

get_address_for_partial_name(→ int)

Get parameter area and address adjusted for partial number.

Module Contents

jdxi_editor.midi.data.parameter.drum.helper.get_address_for_partial_name(partial_name: str) int[source]

Get parameter area and address adjusted for partial number.

Parameters:

partial_name – str The partial name

Returns:

int The address