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.aChannelfinal EnumParameter<DJMV10.Channel> DJMV10.bChannelMethods in heronarts.lx.midi.surface that return DJMV10.ChannelModifier and TypeMethodDescriptionstatic DJMV10.ChannelReturns 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 voidDJMV10.updateABeq(DJMV10.Channel channel) protected voidDJMV10.updateABsend(DJMV10.Channel channel) protected voidDJMV10.updateAeq(DJMV10.Channel channel) protected voidDJMV10.updateAsend(DJMV10.Channel channel) protected voidDJMV10.updateBeq(DJMV10.Channel channel) protected voidDJMV10.updateBsend(DJMV10.Channel channel) protected voidDJMV10.updateFade(DJMV10.Channel channel, double value) protected voidDJMV10.updateHigh(DJMV10.Channel channel, double value) protected voidDJMV10.updateLevelNet(DJMV10.Channel channel) protected voidDJMV10.updateLow(DJMV10.Channel channel, double value) protected voidDJMV10.updateMidHigh(DJMV10.Channel channel, double value) protected voidDJMV10.updateMidLow(DJMV10.Channel channel, double value) protected voidDJMV10.updateSend(DJMV10.Channel channel, double value)