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 ParameterClipEventParameterClipLane.loadEvent(LX lx, JsonObject eventObj) ParameterClipEvent.setNormalized(double normalized) protected ParameterClipEventParameterClipLane.stitchEvent(ParameterClipEvent prior, ParameterClipEvent next, Cursor cursor) protected ParameterClipEventParameterClipLane.stitchInner(List<ParameterClipEvent> events, Cursor cursor, int stitchIndex, boolean isMin, boolean force) protected ParameterClipEventParameterClipLane.stitchOuter(List<ParameterClipEvent> events, Cursor cursor, int rightIndex) protected ParameterClipEventParameterClipLane.stitchSelectionMax(List<ParameterClipEvent> originalEvents, List<ParameterClipEvent> modifiedEvents, Cursor selectionMax, int stitchIndex, boolean force) protected ParameterClipEventParameterClipLane.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 ParameterClipLaneParameterClipLane.recordParameterEvent(ParameterClipEvent event) protected voidParameterClipLane.setEventNormalized(ParameterClipEvent event, double normalized) protected ParameterClipEventParameterClipLane.stitchEvent(ParameterClipEvent prior, ParameterClipEvent next, Cursor cursor) protected intParameterClipLane.stitchInsertIfNeeded(List<ParameterClipEvent> events, ParameterClipEvent stitch, boolean after) protected booleanParameterClipLane.stitchRemoveIfRedundant(List<ParameterClipEvent> events, ParameterClipEvent stitch, int index) Method parameters in heronarts.lx.clip with type arguments of type ParameterClipEventModifier and TypeMethodDescriptionprotected voidParameterClipLane.reverseEvents(List<ParameterClipEvent> events) voidParameterClipLane.setEventsNormalized(Map<ParameterClipEvent, Double> normalized) protected ParameterClipEventParameterClipLane.stitchInner(List<ParameterClipEvent> events, Cursor cursor, int stitchIndex, boolean isMin, boolean force) protected intParameterClipLane.stitchInsertIfNeeded(List<ParameterClipEvent> events, ParameterClipEvent stitch, boolean after) protected ParameterClipEventParameterClipLane.stitchOuter(List<ParameterClipEvent> events, Cursor cursor, int rightIndex) protected booleanParameterClipLane.stitchRemoveIfRedundant(List<ParameterClipEvent> events, ParameterClipEvent stitch, int index) protected ParameterClipEventParameterClipLane.stitchSelectionMax(List<ParameterClipEvent> originalEvents, List<ParameterClipEvent> modifiedEvents, Cursor selectionMax, int stitchIndex, boolean force) protected ParameterClipEventParameterClipLane.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)