Uses of Enum Class
heronarts.lx.midi.surface.DJMA9.Channel
Packages that use DJMA9.Channel
-
Uses of DJMA9.Channel in heronarts.lx.midi.surface
Fields in heronarts.lx.midi.surface declared as DJMA9.ChannelFields in heronarts.lx.midi.surface with type parameters of type DJMA9.ChannelModifier and TypeFieldDescriptionfinal EnumParameter<DJMA9.Channel>
DJMA9.aChannel
final EnumParameter<DJMA9.Channel>
DJMA9.bChannel
Methods in heronarts.lx.midi.surface that return DJMA9.ChannelModifier 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.Methods in heronarts.lx.midi.surface with parameters of type DJMA9.ChannelModifier 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)