Uses of Enum Class
heronarts.lx.modulator.AHDSREnvelope.Stage
Packages that use AHDSREnvelope.Stage
-
Uses of AHDSREnvelope.Stage in heronarts.lx.modulator
Fields in heronarts.lx.modulator declared as AHDSREnvelope.StageMethods in heronarts.lx.modulator that return AHDSREnvelope.StageModifier 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.Methods in heronarts.lx.modulator with parameters of type AHDSREnvelope.StageModifier 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