Uses of Class
heronarts.lx.midi.template.LXMidiTemplate
Packages that use LXMidiTemplate
Package
Description
Integration with MIDI devices.
-
Uses of LXMidiTemplate in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXMidiTemplateModifierConstructorDescriptionMoveTemplate
(LXMidiTemplate midiTemplate, int toIndex) RemoveTemplate
(LXMidiTemplate midiTemplate) Constructor parameters in heronarts.lx.command with type arguments of type LXMidiTemplate -
Uses of LXMidiTemplate in heronarts.lx.midi
Fields in heronarts.lx.midi with type parameters of type LXMidiTemplateMethods in heronarts.lx.midi that return types with arguments of type LXMidiTemplateModifier and TypeMethodDescriptionList
<Class<? extends LXMidiTemplate>> LXMidiEngine.getRegisteredTemplateClasses()
Methods in heronarts.lx.midi with parameters of type LXMidiTemplateModifier and TypeMethodDescriptionvoid
LXMidiEngine.addTemplate
(LXMidiTemplate template) void
LXMidiEngine.moveTemplate
(LXMidiTemplate template, int index) void
LXMidiEngine.removeTemplate
(LXMidiTemplate template) void
LXMidiEngine.TemplateListener.templateAdded
(LXMidiEngine engine, LXMidiTemplate template) void
LXMidiEngine.TemplateListener.templateMoved
(LXMidiEngine engine, LXMidiTemplate template) void
LXMidiEngine.TemplateListener.templateRemoved
(LXMidiEngine engine, LXMidiTemplate template) Method parameters in heronarts.lx.midi with type arguments of type LXMidiTemplateModifier and TypeMethodDescriptionvoid
LXMidiEngine.registerTemplate
(Class<? extends LXMidiTemplate> templateClass) -
Uses of LXMidiTemplate in heronarts.lx.midi.template
Subclasses of LXMidiTemplate in heronarts.lx.midi.templateModifier and TypeClassDescriptionclass
class
class
class
Methods in heronarts.lx.midi.template that return LXMidiTemplateMethod parameters in heronarts.lx.midi.template with type arguments of type LXMidiTemplateModifier and TypeMethodDescriptionstatic String
LXMidiTemplate.getTemplateName
(Class<? extends LXMidiTemplate> templateClass) -
Uses of LXMidiTemplate in heronarts.lx.studio
Methods in heronarts.lx.studio with parameters of type LXMidiTemplateModifier and TypeMethodDescriptionLXStudio.UI.instantiateMidiTemplateControls
(LXMidiTemplate midiTemplate) -
Uses of LXMidiTemplate in heronarts.lx.studio.ui.midi.template
Classes in heronarts.lx.studio.ui.midi.template with type parameters of type LXMidiTemplateModifier and TypeInterfaceDescriptioninterface
UIMidiTemplateControls<T extends LXMidiTemplate>
static class
UIMidiTemplateControls.Missing<T extends LXMidiTemplate>
Fields in heronarts.lx.studio.ui.midi.template declared as LXMidiTemplateConstructors in heronarts.lx.studio.ui.midi.template with parameters of type LXMidiTemplateModifierConstructorDescriptionUIMidiTemplate
(LXStudio.UI ui, LXMidiTemplate midiTemplate, float width)