jdxi_editor.ui.editors.program.track ==================================== .. py:module:: jdxi_editor.ui.editors.program.track .. autoapi-nested-parse:: Mixer Track Classes ------- .. autoapisummary:: jdxi_editor.ui.editors.program.track.MixerTrackEntity jdxi_editor.ui.editors.program.track.MixerTrack Module Contents --------------- .. py:class:: MixerTrackEntity Bases: :py:obj:`enum.Enum` Actual Mixer Tracks .. py:attribute:: MASTER :value: 'MASTER' .. py:attribute:: DIGITAL1 :value: 'DIGITAL1' .. py:attribute:: DIGITAL2 :value: 'DIGITAL2' .. py:attribute:: DRUMS :value: 'DRUMS' .. py:attribute:: ANALOG :value: 'ANALOG' .. py:method:: from_synth(synth: str) -> MixerTrackEntity :classmethod: .. py:class:: MixerTrack Mixer Track .. py:attribute:: entity :type: MixerTrackEntity .. py:attribute:: slider :type: PySide6.QtWidgets.QWidget | None .. py:attribute:: value_label :type: PySide6.QtWidgets.QLabel | None .. py:attribute:: icon :type: PySide6.QtWidgets.QLabel | None .. py:attribute:: label :type: PySide6.QtWidgets.QLabel | None .. py:attribute:: param :type: Optional[picomidi.sysex.parameter.address.AddressParameter] :value: None .. py:attribute:: address :type: Optional[jdxi_editor.midi.data.address.address.JDXiSysExAddress] :value: None .. py:attribute:: send_midi_callback :type: Optional[Callable] :value: None .. py:attribute:: analog :type: bool :value: False .. py:method:: build_strip() -> jdxi_editor.ui.editors.program.channel_strip.ChannelStrip Build Channel Strip .. py:method:: set_name(text: str)