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 classstatic classstatic classstatic classFields in heronarts.lx.clip declared as ParameterClipLaneMethods in heronarts.lx.clip that return ParameterClipLaneModifier and TypeMethodDescriptionLXClip.addParameterLane(LX lx, JsonObject laneObj, int index) protected ParameterClipLaneParameterClipLane.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 voidLXClip.Listener.parameterLaneAdded(LXClip clip, ParameterClipLane lane) default voidLXClip.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 ParameterClipLaneModifierConstructorDescriptionprotectedUIParameterClipEnvelope(UI ui, UIClipEditor clipEditor, ParameterClipLane lane)