Uses of Enum Class
heronarts.lx.midi.LXMidiMapping.Type
Packages that use LXMidiMapping.Type
-
Uses of LXMidiMapping.Type in heronarts.lx.midi
Fields in heronarts.lx.midi declared as LXMidiMapping.TypeMethods in heronarts.lx.midi that return LXMidiMapping.TypeModifier and TypeMethodDescriptionstatic LXMidiMapping.Type
Returns the enum constant of this class with the specified name.static LXMidiMapping.Type[]
LXMidiMapping.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in heronarts.lx.midi with parameters of type LXMidiMapping.TypeModifierConstructorDescriptionprotected
LXMidiMapping
(LX lx, int channel, LXMidiMapping.Type type, LXNormalizedParameter parameter) protected
LXMidiMapping
(LX lx, JsonObject object, LXMidiMapping.Type type)