jdxi_editor.midi.data.control_change.sustain ============================================ .. py:module:: jdxi_editor.midi.data.control_change.sustain .. autoapi-nested-parse:: Sustain Control Change Classes ------- .. autoapisummary:: jdxi_editor.midi.data.control_change.sustain.ControlChangeSustain Module Contents --------------- .. py:class:: ControlChangeSustain Bases: :py:obj:`jdxi_editor.midi.data.control_change.base.ControlChange` Control Change Sustain values .. py:attribute:: HOLD1 :value: 64 .. py:attribute:: PORTAMENTO :value: 65 .. py:attribute:: SOSTENUTO :value: 66 .. py:attribute:: SOFT_PEDAL :value: 67 .. py:attribute:: LEGATO :value: 68 .. py:attribute:: HOLD2 :value: 69