Uses of Class
heronarts.lx.midi.surface.LXMidiSurface
Packages that use LXMidiSurface
Package
Description
Core LX engine and component functionality.
Integration with MIDI devices.
-
Uses of LXMidiSurface in heronarts.lx
Methods in heronarts.lx that return types with arguments of type LXMidiSurfaceMethods in heronarts.lx with parameters of type LXMidiSurfaceModifier and TypeMethodDescriptionLXDeviceComponent.addControlSurface
(LXMidiSurface surface) LXDeviceComponent.removeControlSurface
(LXMidiSurface surface) -
Uses of LXMidiSurface in heronarts.lx.midi
Fields in heronarts.lx.midi with type parameters of type LXMidiSurfaceMethods in heronarts.lx.midi with type parameters of type LXMidiSurfaceModifier and TypeMethodDescription<T extends LXMidiSurface>
TLXMidiEngine.instantiateSurface
(Class<T> surfaceClass, LXMidiInput input, LXMidiOutput output) Instantiate a MIDI surface of the given classMethods in heronarts.lx.midi that return LXMidiSurfaceModifier and TypeMethodDescriptionLXMidiEngine.addSurface
(Class<? extends LXMidiSurface> surfaceClass) Add an instance of the given midi surface class typeLXMidiEngine.findSurface
(LXMidiInput input) LXMidiEngine.findSurface
(String deviceName) LXMidiEngine.findSurface
(String deviceName, int index) LXMidiEngine.findSurfaceClass
(String className, int index) Methods in heronarts.lx.midi that return types with arguments of type LXMidiSurfaceModifier and TypeMethodDescriptionList
<Class<? extends LXMidiSurface>> LXMidiEngine.getRegisteredSurfaceClasses()
Methods in heronarts.lx.midi with parameters of type LXMidiSurfaceModifier and TypeMethodDescriptionLXMidiEngine.addSurface
(LXMidiSurface surface) LXMidiEngine.removeSurface
(LXMidiSurface surface) default void
LXMidiEngine.DeviceListener.surfaceAdded
(LXMidiEngine engine, LXMidiSurface surface) default void
LXMidiEngine.DeviceListener.surfaceRemoved
(LXMidiEngine engine, LXMidiSurface surface) Method parameters in heronarts.lx.midi with type arguments of type LXMidiSurfaceModifier and TypeMethodDescriptionLXMidiEngine.addSurface
(Class<? extends LXMidiSurface> surfaceClass) Add an instance of the given midi surface class typeLXMidiEngine.registerSurface
(Class<? extends LXMidiSurface> surfaceClass) Registers a new MIDI surface implementation with the MIDI engineLXMidiEngine.registerSurface
(String deviceName, Class<? extends LXMidiSurface> surfaceClass) Deprecated. -
Uses of LXMidiSurface in heronarts.lx.midi.surface
Subclasses of LXMidiSurface in heronarts.lx.midi.surfaceModifier and TypeClassDescriptionclass
class
class
class
class
class
class
DJM-A9 INSTRUCTIONS On the mixer, under My Settings > MIDI: -Button Type MUST be set to "Toggle".class
class
Methods in heronarts.lx.midi.surface that return LXMidiSurfaceModifier and TypeMethodDescriptionLXMidiSurface.initializeDefaultIO()
LXMidiSurface.setRememberFlag()
Method parameters in heronarts.lx.midi.surface with type arguments of type LXMidiSurfaceModifier and TypeMethodDescriptionstatic String
LXMidiSurface.getDeviceName
(Class<? extends LXMidiSurface> surfaceClass) static String
LXMidiSurface.getSurfaceName
(Class<? extends LXMidiSurface> clazz) Gets the name of a midi surface to be presented to the userConstructors in heronarts.lx.midi.surface with parameters of type LXMidiSurfaceModifierConstructorDescriptionFocusedDevice
(LX lx, LXMidiSurface surface, FocusedDevice.Listener listener)