jdxi_editor.jdxi.preset.widget
Preset Widget to be used by All Editors
Classes
InstrumentPresetWidget |
Module Contents
- class jdxi_editor.jdxi.preset.widget.InstrumentPresetWidget(parent: jdxi_editor.ui.editors.synth.editor.SynthEditor)[source]
Bases:
PySide6.QtWidgets.QWidgetInstrumentPresetWidget
- create_instrument_preset_group(synth_type: str = 'Analog') PySide6.QtWidgets.QGroupBox[source]
Create the instrument preset group box with tabs for normal and cheat presets (Analog only).
- Parameters:
synth_type – str
- Returns:
QGroupBox
- _add_normal_preset_content(layout: PySide6.QtWidgets.QVBoxLayout, synth_type: str)[source]
Add normal preset selection content to the layout.
- _add_cheat_preset_content(layout: PySide6.QtWidgets.QVBoxLayout)[source]
Add cheat preset content to the layout (Analog only).