jdxi_editor.jdxi.preset.button

Classes

JDXiPresetButtonData

A class representing a preset button in the JDXi editor.

Module Contents

class jdxi_editor.jdxi.preset.button.JDXiPresetButtonData[source]

A class representing a preset button in the JDXi editor.

type[source]

The type of preset button.

number[source]

The number of the preset button.

modified[source]

The modified status of the preset button.

channel[source]

The MIDI channel of the preset button.

name[source]

The name of the preset button.

type: jdxi_editor.jdxi.synth.type.JDXiSynth = 'DIGITAL_SYNTH_1'[source]
number: int = 1[source]
modified: int = 0[source]
channel: int[source]
name: str | None = None[source]