Uses of Class
heronarts.lx.clip.ParameterClipEvent
Packages that use ParameterClipEvent
-
Uses of ParameterClipEvent in heronarts.lx.clip
Methods in heronarts.lx.clip that return ParameterClipEventModifier and TypeMethodDescriptionParameterClipLane.insertEvent
(Cursor cursor, double normalized) protected ParameterClipEvent
ParameterClipLane.loadEvent
(LX lx, JsonObject eventObj) ParameterClipEvent.setNormalized
(double normalized) protected ParameterClipEvent
ParameterClipLane.stitchEvent
(ParameterClipEvent prior, ParameterClipEvent next, Cursor cursor) protected ParameterClipEvent
ParameterClipLane.stitchInner
(List<ParameterClipEvent> events, Cursor cursor, int stitchIndex, boolean isMin, boolean force) protected ParameterClipEvent
ParameterClipLane.stitchOuter
(List<ParameterClipEvent> events, Cursor cursor, int rightIndex) protected ParameterClipEvent
ParameterClipLane.stitchSelectionMax
(List<ParameterClipEvent> originalEvents, List<ParameterClipEvent> modifiedEvents, Cursor selectionMax, int stitchIndex, boolean force) protected ParameterClipEvent
ParameterClipLane.stitchSelectionMin
(List<ParameterClipEvent> originalEvents, List<ParameterClipEvent> modifiedEvents, Cursor selectionMin, int stitchIndex, boolean force) Methods in heronarts.lx.clip with parameters of type ParameterClipEventModifier and TypeMethodDescriptionprotected ParameterClipLane
ParameterClipLane.recordParameterEvent
(ParameterClipEvent event) protected void
ParameterClipLane.setEventNormalized
(ParameterClipEvent event, double normalized) protected ParameterClipEvent
ParameterClipLane.stitchEvent
(ParameterClipEvent prior, ParameterClipEvent next, Cursor cursor) protected int
ParameterClipLane.stitchInsertIfNeeded
(List<ParameterClipEvent> events, ParameterClipEvent stitch, boolean after) protected boolean
ParameterClipLane.stitchRemoveIfRedundant
(List<ParameterClipEvent> events, ParameterClipEvent stitch, int index) Method parameters in heronarts.lx.clip with type arguments of type ParameterClipEventModifier and TypeMethodDescriptionprotected void
ParameterClipLane.reverseEvents
(List<ParameterClipEvent> events) void
ParameterClipLane.setEventsNormalized
(Map<ParameterClipEvent, Double> normalized) protected ParameterClipEvent
ParameterClipLane.stitchInner
(List<ParameterClipEvent> events, Cursor cursor, int stitchIndex, boolean isMin, boolean force) protected int
ParameterClipLane.stitchInsertIfNeeded
(List<ParameterClipEvent> events, ParameterClipEvent stitch, boolean after) protected ParameterClipEvent
ParameterClipLane.stitchOuter
(List<ParameterClipEvent> events, Cursor cursor, int rightIndex) protected boolean
ParameterClipLane.stitchRemoveIfRedundant
(List<ParameterClipEvent> events, ParameterClipEvent stitch, int index) protected ParameterClipEvent
ParameterClipLane.stitchSelectionMax
(List<ParameterClipEvent> originalEvents, List<ParameterClipEvent> modifiedEvents, Cursor selectionMax, int stitchIndex, boolean force) protected ParameterClipEvent
ParameterClipLane.stitchSelectionMin
(List<ParameterClipEvent> originalEvents, List<ParameterClipEvent> modifiedEvents, Cursor selectionMin, int stitchIndex, boolean force) -
Uses of ParameterClipEvent in heronarts.lx.command
Methods in heronarts.lx.command that return ParameterClipEventConstructors in heronarts.lx.command with parameters of type ParameterClipEventConstructor parameters in heronarts.lx.command with type arguments of type ParameterClipEventModifierConstructorDescriptionSetValues
(ParameterClipLane clipLane, Map<ParameterClipEvent, Double> toValues)