Uses of Class
heronarts.lx.clip.LXClip
Packages that use LXClip
Package
Description
-
Uses of LXClip in heronarts.lx.clip
Subclasses of LXClip in heronarts.lx.clipModifier and TypeClassDescriptionclass
class
class
class
Fields in heronarts.lx.clip declared as LXClipMethods in heronarts.lx.clip that return LXClipModifier and TypeMethodDescriptionLXClip.addListener
(LXClip.Listener listener) LXClipEngine.FocusedClipParameter.getClip()
LXClipEngine.getFocusedClip()
LXClip.removeListener
(LXClip.Listener listener) LXClip.removeParameterLane
(ParameterClipLane lane) LXClip.setIndex
(int index) Methods in heronarts.lx.clip with parameters of type LXClipModifier and TypeMethodDescriptionvoid
LXClip.Listener.parameterLaneAdded
(LXClip clip, ParameterClipLane lane) void
LXClip.Listener.parameterLaneRemoved
(LXClip clip, ParameterClipLane lane) LXClipEngine.setFocusedClip
(LXClip clip) Constructors in heronarts.lx.clip with parameters of type LXClipModifierConstructorDescriptionprotected
LXClipLane
(LXClip clip) protected
MidiNoteClipLane
(LXClip clip) -
Uses of LXClip in heronarts.lx.clipboard
Constructors in heronarts.lx.clipboard with parameters of type LXClip -
Uses of LXClip in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXClip -
Uses of LXClip in heronarts.lx.mixer
Fields in heronarts.lx.mixer with type parameters of type LXClipMethods in heronarts.lx.mixer that return LXClipModifier and TypeMethodDescriptionLXBus.addClip()
LXBus.addClip
(int index) LXBus.addClip
(JsonObject clipObj, int index) protected abstract LXClip
LXBus.constructClip
(int index) protected LXClip
LXChannel.constructClip
(int index) protected LXClip
LXGroup.constructClip
(int index) protected LXClip
LXMasterBus.constructClip
(int index) LXBus.getClip
(int index) LXBus.getClip
(int index, boolean create) Methods in heronarts.lx.mixer with parameters of type LXClipModifier and TypeMethodDescriptionvoid
void
LXBus.ClipListener.clipRemoved
(LXBus bus, LXClip clip) void
LXBus.removeClip
(LXClip clip) -
Uses of LXClip in heronarts.lx.snapshot
Fields in heronarts.lx.snapshot declared as LXClipMethods in heronarts.lx.snapshot that return LXClipConstructors in heronarts.lx.snapshot with parameters of type LXClip -
Uses of LXClip in heronarts.lx.studio.ui.clip
Methods in heronarts.lx.studio.ui.clip with parameters of type LXClipModifier and TypeMethodDescriptionvoid
UIClipView.parameterLaneAdded
(LXClip clip, ParameterClipLane lane) void
UIClipView.parameterLaneRemoved
(LXClip clip, ParameterClipLane lane) protected void