jdxi_editor.ui.editors.synth.specs

Attributes

DRUM_KIT_SPECS

INSTRUMENT_FAMILY_SPECS

ENGINE_KEYWORDS

Classes

InstrumentDescriptor

Canonical description of a JD-Xi instrument preset.

InstrumentFamilySpec

DrumKitSpec

Module Contents

class jdxi_editor.ui.editors.synth.specs.InstrumentDescriptor[source]

Canonical description of a JD-Xi instrument preset.

category: str[source]
family: str[source]
engine: str | None[source]
raw_text: str[source]
class jdxi_editor.ui.editors.synth.specs.InstrumentFamilySpec[source]
family: str[source]
keywords: Iterable[str][source]
class jdxi_editor.ui.editors.synth.specs.DrumKitSpec[source]
engine: str[source]
keywords: tuple[str, Ellipsis][source]
family: str = 'kit'[source]
jdxi_editor.ui.editors.synth.specs.DRUM_KIT_SPECS[source]
jdxi_editor.ui.editors.synth.specs.INSTRUMENT_FAMILY_SPECS[source]
jdxi_editor.ui.editors.synth.specs.ENGINE_KEYWORDS[source]