jdxi_editor.ui.adsr.spec ======================== .. py:module:: jdxi_editor.ui.adsr.spec Classes ------- .. autoapisummary:: jdxi_editor.ui.adsr.spec.ADSRStage jdxi_editor.ui.adsr.spec.ADSRSpec Module Contents --------------- .. py:class:: ADSRStage Bases: :py:obj:`enum.Enum` Generic enumeration. Derive from this class to define new enumerations. .. py:attribute:: ATTACK :value: 'attack' .. py:attribute:: DECAY :value: 'decay' .. py:attribute:: SUSTAIN :value: 'sustain' .. py:attribute:: RELEASE :value: 'release' .. py:attribute:: DEPTH :value: 'peak' .. py:class:: ADSRSpec .. py:attribute:: stage :type: ADSRStage .. py:attribute:: param :type: object