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 that return LXMidiSurfaceModifier and TypeMethodDescriptionLXMidiEngine.findSurface
(LXMidiInput input) LXMidiEngine.findSurface
(String name) LXMidiEngine.findSurface
(String name, int index) Methods in heronarts.lx.midi with parameters of type LXMidiSurfaceModifier and TypeMethodDescriptionvoid
LXMidiEngine.DeviceListener.surfaceAdded
(LXMidiEngine engine, LXMidiSurface surface) Method parameters in heronarts.lx.midi with type arguments of type LXMidiSurfaceModifier and TypeMethodDescriptionLXMidiEngine.registerSurface
(String deviceName, Class<? extends LXMidiSurface> surfaceClass) -
Uses of LXMidiSurface in heronarts.lx.midi.surface
Subclasses of LXMidiSurface in heronarts.lx.midi.surfaceModifier and TypeClassDescriptionclass
class
class
class
class
DJM-A9 INSTRUCTIONS On the mixer, under My Settings > MIDI: -Button Type MUST be set to "Toggle".class
class
Constructors in heronarts.lx.midi.surface with parameters of type LXMidiSurfaceModifierConstructorDescriptionFocusedDevice
(LX lx, LXMidiSurface surface, FocusedDevice.Listener listener)