Uses of Enum Class
heronarts.lx.modulator.AHDSREnvelope.Stage
-
Uses of AHDSREnvelope.Stage in heronarts.lx.modulator
Modifier and TypeMethodDescriptionAHDSREnvelope.StageMode.endStage()
AHDSREnvelope.StageMode.firstStage()
AHDSREnvelope.getStage()
Current stage of the envelope.static AHDSREnvelope.Stage
Returns the enum constant of this class with the specified name.static AHDSREnvelope.Stage[]
AHDSREnvelope.Stage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
AHDSREnvelope.StageMode.has
(AHDSREnvelope.Stage s) protected void
AHDSREnvelope.onStageChanged
(AHDSREnvelope.Stage stage) A subclass may override to perform custom logic in this method