Uses of Class
heronarts.lx.clip.PatternClipLane
Packages that use PatternClipLane
-
Uses of PatternClipLane in heronarts.lx.clip
Fields in heronarts.lx.clip declared as PatternClipLaneMethods in heronarts.lx.clip that return PatternClipLaneModifier and TypeMethodDescriptionprotected PatternClipLaneLXChannelClip.getPatternLane(LXPatternEngine engine, boolean create) protected PatternClipLaneLXChannelClip.getPatternLane(LXPatternEngine engine, boolean create, int index) Methods in heronarts.lx.clip with parameters of type PatternClipLaneModifier and TypeMethodDescriptiondefault voidLXClip.Listener.patternLaneAdded(LXClip clip, PatternClipLane lane) default voidLXClip.Listener.patternLaneRemoved(LXClip clip, PatternClipLane lane) LXChannelClip.removePatternLane(PatternClipLane lane) Constructors in heronarts.lx.clip with parameters of type PatternClipLaneModifierConstructorDescriptionPatternClipEvent(PatternClipLane lane, Cursor cursor, int patternIndex) -
Uses of PatternClipLane in heronarts.lx.command
Fields in heronarts.lx.command with type parameters of type PatternClipLaneModifier and TypeFieldDescriptionprotected final LXCommand.ComponentReference<PatternClipLane> LXCommand.Clip.Event.Pattern.MoveEvent.clipLaneMethods in heronarts.lx.command with parameters of type PatternClipLaneModifier and TypeMethodDescriptionprotected voidLXCommand.RemoveComponent.removePatternClipLaneEvents(PatternClipLane lane, LXPattern pattern) Constructors in heronarts.lx.command with parameters of type PatternClipLaneModifierConstructorDescriptionIncrement(PatternClipLane lane, PatternClipEvent clipEvent, int increment) InsertEvent(PatternClipLane clipLane, Cursor cursor, int patternIndex) protectedMoveEvent(PatternClipLane lane, Cursor cursor) MoveEvent(PatternClipLane lane, PatternClipEvent clipEvent) MoveEvent(PatternClipLane lane, PatternClipEvent clipEvent, Cursor cursor) RemoveReferences(PatternClipLane clipLane, List<Integer> eventIndices) -
Uses of PatternClipLane in heronarts.lx.studio.ui.clip
Constructors in heronarts.lx.studio.ui.clip with parameters of type PatternClipLaneModifierConstructorDescriptionprotectedUIPatternClipEnvelope(UI ui, UIClipEditor clipEditor, PatternClipLane lane)