Uses of Class
heronarts.lx.clip.ParameterClipLane
Packages that use ParameterClipLane
-
Uses of ParameterClipLane in heronarts.lx.clip
Subclasses of ParameterClipLane in heronarts.lx.clipModifier and TypeClassDescriptionstatic class
static class
static class
static class
Fields in heronarts.lx.clip declared as ParameterClipLaneMethods in heronarts.lx.clip that return ParameterClipLaneModifier and TypeMethodDescriptionLXClip.addParameterLane
(LX lx, JsonObject laneObj, int index) protected ParameterClipLane
ParameterClipLane.recordParameterEvent
(ParameterClipEvent event) Methods in heronarts.lx.clip that return types with arguments of type ParameterClipLaneMethods in heronarts.lx.clip with parameters of type ParameterClipLaneModifier and TypeMethodDescriptiondefault void
LXClip.Listener.parameterLaneAdded
(LXClip clip, ParameterClipLane lane) default void
LXClip.Listener.parameterLaneRemoved
(LXClip clip, ParameterClipLane lane) LXClip.removeParameterLane
(ParameterClipLane lane) -
Uses of ParameterClipLane in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type ParameterClipLaneModifierConstructorDescriptionInsertEvent
(ParameterClipLane lane, Cursor cursor, double normalized) MoveEvent
(ParameterClipLane lane, ParameterClipEvent clipEvent) RemoveParameterLane
(ParameterClipLane parameterLane) SetValues
(ParameterClipLane clipLane, Map<ParameterClipEvent, Double> toValues) -
Uses of ParameterClipLane in heronarts.lx.studio.ui.clip
Constructors in heronarts.lx.studio.ui.clip with parameters of type ParameterClipLaneModifierConstructorDescriptionprotected
UIParameterClipEnvelope
(UI ui, UIClipEditor clipEditor, ParameterClipLane lane)