Uses of Enum Class
heronarts.lx.midi.surface.DJM900nxs2.Channel
Packages that use DJM900nxs2.Channel
-
Uses of DJM900nxs2.Channel in heronarts.lx.midi.surface
Fields in heronarts.lx.midi.surface declared as DJM900nxs2.ChannelFields in heronarts.lx.midi.surface with type parameters of type DJM900nxs2.ChannelModifier and TypeFieldDescriptionfinal EnumParameter<DJM900nxs2.Channel> DJM900nxs2.aChannelfinal EnumParameter<DJM900nxs2.Channel> DJM900nxs2.bChannelMethods in heronarts.lx.midi.surface that return DJM900nxs2.ChannelModifier and TypeMethodDescriptionstatic DJM900nxs2.ChannelReturns the enum constant of this class with the specified name.static DJM900nxs2.Channel[]DJM900nxs2.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 DJM900nxs2.ChannelModifier and TypeMethodDescriptionprotected voidDJM900nxs2.updateABcolor(DJM900nxs2.Channel channel) protected voidDJM900nxs2.updateABeq(DJM900nxs2.Channel channel) protected voidDJM900nxs2.updateAcolor(DJM900nxs2.Channel channel) protected voidDJM900nxs2.updateAeq(DJM900nxs2.Channel channel) protected voidDJM900nxs2.updateBcolor(DJM900nxs2.Channel channel) protected voidDJM900nxs2.updateBeq(DJM900nxs2.Channel channel) protected voidDJM900nxs2.updateColor(DJM900nxs2.Channel channel, double value) protected voidDJM900nxs2.updateFade(DJM900nxs2.Channel channel, double value) protected voidDJM900nxs2.updateHigh(DJM900nxs2.Channel channel, double value) protected voidDJM900nxs2.updateLevelNet(DJM900nxs2.Channel channel) protected voidDJM900nxs2.updateLow(DJM900nxs2.Channel channel, double value) protected voidDJM900nxs2.updateMid(DJM900nxs2.Channel channel, double value)