jdxi_editor.jdxi.preset.button ============================== .. py:module:: jdxi_editor.jdxi.preset.button Classes ------- .. autoapisummary:: jdxi_editor.jdxi.preset.button.JDXiPresetButtonData Module Contents --------------- .. py:class:: JDXiPresetButtonData A class representing a preset button in the JDXi editor. .. attribute:: type The type of preset button. .. attribute:: number The number of the preset button. .. attribute:: modified The modified status of the preset button. .. attribute:: channel The MIDI channel of the preset button. .. attribute:: name The name of the preset button. .. py:attribute:: type :type: jdxi_editor.jdxi.synth.type.JDXiSynth :value: 'DIGITAL_SYNTH_1' .. py:attribute:: number :type: int :value: 1 .. py:attribute:: modified :type: int :value: 0 .. py:attribute:: channel :type: int .. py:attribute:: name :type: Optional[str] :value: None