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.aChannelfinal EnumParameter<DJMA9.Channel> DJMA9.bChannelMethods in heronarts.lx.midi.surface that return DJMA9.ChannelModifier and TypeMethodDescriptionstatic DJMA9.ChannelReturns 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 voidDJMA9.updateABcolor(DJMA9.Channel channel) protected voidDJMA9.updateABeq(DJMA9.Channel channel) protected voidDJMA9.updateAcolor(DJMA9.Channel channel) protected voidDJMA9.updateAeq(DJMA9.Channel channel) protected voidDJMA9.updateBcolor(DJMA9.Channel channel) protected voidDJMA9.updateBeq(DJMA9.Channel channel) protected voidDJMA9.updateColor(DJMA9.Channel channel, double value) protected voidDJMA9.updateFade(DJMA9.Channel channel, double value) protected voidDJMA9.updateHigh(DJMA9.Channel channel, double value) protected voidDJMA9.updateLevelNet(DJMA9.Channel channel) protected voidDJMA9.updateLow(DJMA9.Channel channel, double value) protected voidDJMA9.updateMid(DJMA9.Channel channel, double value)