Uses of Enum Class
heronarts.lx.midi.surface.DJMA9.Channel
-
Uses of DJMA9.Channel in heronarts.lx.midi.surface
Modifier and TypeFieldDescriptionfinal EnumParameter<DJMA9.Channel>
DJMA9.aChannel
final EnumParameter<DJMA9.Channel>
DJMA9.bChannel
Modifier and TypeMethodDescriptionstatic DJMA9.Channel
Returns the enum constant of this class with the specified name.static DJMA9.Channel[]
DJMA9.Channel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
DJMA9.updateABcolor
(DJMA9.Channel channel) protected void
DJMA9.updateABeq
(DJMA9.Channel channel) protected void
DJMA9.updateAcolor
(DJMA9.Channel channel) protected void
DJMA9.updateAeq
(DJMA9.Channel channel) protected void
DJMA9.updateBcolor
(DJMA9.Channel channel) protected void
DJMA9.updateBeq
(DJMA9.Channel channel) protected void
DJMA9.updateColor
(DJMA9.Channel channel, double value) protected void
DJMA9.updateFade
(DJMA9.Channel channel, double value) protected void
DJMA9.updateHigh
(DJMA9.Channel channel, double value) protected void
DJMA9.updateLevelNet
(DJMA9.Channel channel) protected void
DJMA9.updateLow
(DJMA9.Channel channel, double value) protected void
DJMA9.updateMid
(DJMA9.Channel channel, double value)