Uses of Enum Class
heronarts.lx.midi.surface.DJMV10.Channel
Packages that use DJMV10.Channel
-
Uses of DJMV10.Channel in heronarts.lx.midi.surface
Fields in heronarts.lx.midi.surface declared as DJMV10.ChannelFields in heronarts.lx.midi.surface with type parameters of type DJMV10.ChannelModifier and TypeFieldDescriptionfinal EnumParameter<DJMV10.Channel>
DJMV10.aChannel
final EnumParameter<DJMV10.Channel>
DJMV10.bChannel
Methods in heronarts.lx.midi.surface that return DJMV10.ChannelModifier and TypeMethodDescriptionstatic DJMV10.Channel
Returns the enum constant of this class with the specified name.static DJMV10.Channel[]
DJMV10.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 DJMV10.ChannelModifier and TypeMethodDescriptionprotected void
DJMV10.updateABeq
(DJMV10.Channel channel) protected void
DJMV10.updateABsend
(DJMV10.Channel channel) protected void
DJMV10.updateAeq
(DJMV10.Channel channel) protected void
DJMV10.updateAsend
(DJMV10.Channel channel) protected void
DJMV10.updateBeq
(DJMV10.Channel channel) protected void
DJMV10.updateBsend
(DJMV10.Channel channel) protected void
DJMV10.updateFade
(DJMV10.Channel channel, double value) protected void
DJMV10.updateHigh
(DJMV10.Channel channel, double value) protected void
DJMV10.updateLevelNet
(DJMV10.Channel channel) protected void
DJMV10.updateLow
(DJMV10.Channel channel, double value) protected void
DJMV10.updateMidHigh
(DJMV10.Channel channel, double value) protected void
DJMV10.updateMidLow
(DJMV10.Channel channel, double value) protected void
DJMV10.updateSend
(DJMV10.Channel channel, double value)