Uses of Enum Class
heronarts.lx.midi.surface.DJMV10.Channel
-
Uses of DJMV10.Channel in heronarts.lx.midi.surface
Modifier and TypeFieldDescriptionfinal EnumParameter<DJMV10.Channel>
DJMV10.aChannel
final EnumParameter<DJMV10.Channel>
DJMV10.bChannel
Modifier 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.Modifier 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)