Uses of Class
heronarts.lx.mixer.LXChannel
Packages that use LXChannel
Package
Description
Core classes for procedural animation.
-
Uses of LXChannel in heronarts.lx.clip
Fields in heronarts.lx.clip declared as LXChannelMethods in heronarts.lx.clip with parameters of type LXChannelModifier and TypeMethodDescriptionvoidLXChannelClip.patternAdded(LXChannel channel, LXPattern pattern) voidLXChannelClip.patternRemoved(LXChannel channel, LXPattern pattern) voidLXChannelClip.patternWillChange(LXChannel channel, LXPattern pattern, LXPattern nextPattern) Constructors in heronarts.lx.clip with parameters of type LXChannel -
Uses of LXChannel in heronarts.lx.clipboard
Constructors in heronarts.lx.clipboard with parameters of type LXChannel -
Uses of LXChannel in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXChannel -
Uses of LXChannel in heronarts.lx.mixer
Fields in heronarts.lx.mixer with type parameters of type LXChannelMethods in heronarts.lx.mixer that return LXChannelModifier and TypeMethodDescriptionLXMixerEngine.addChannel()LXMixerEngine.addChannel(int index) LXMixerEngine.addChannel(int index, JsonObject channelObj) LXMixerEngine.addChannel(int index, JsonObject channelObj, LXPattern[] patterns) LXMixerEngine.addChannel(int index, LXPattern[] patterns) LXMixerEngine.addChannel(JsonObject channelObj) LXMixerEngine.addChannel(LXPattern[] patterns) final LXChannelLXChannel.addPattern(LXPattern pattern) final LXChannelLXChannel.addPattern(LXPattern pattern, int index) LXChannel.disableAutoCycle()LXMixerEngine.getDefaultChannel()LXGroup.getLastChannel()Get the last channel in this groupfinal LXChannelLXChannel.goNextPattern()Activates the next pattern in this channel's pattern listfinal LXChannelActivates the given pattern, which must belong to this channel.final LXChannelActivates the given pattern, which must belong to this channel.final LXChannelLXChannel.goPatternIndex(int index) Activates the pattern at the given index, if it is within the bounds of this channel's pattern list.final LXChannelLXChannel.goPreviousPattern()Activates the previous pattern in this channel's pattern listfinal LXChannelLXChannel.goRandomPattern()Activates a randomly selected pattern on the channel, from the set of patterns that have auto cycle enabled.LXChannel.movePattern(LXPattern pattern, int index) final LXChannelLXChannel.removePattern(LXPattern pattern) final LXChannelLXChannel.setPatterns(LXPattern[] patterns) Methods in heronarts.lx.mixer that return types with arguments of type LXChannelMethods in heronarts.lx.mixer with parameters of type LXChannelModifier and TypeMethodDescriptionLXGroup.addChannel(LXChannel channel) default voidLXChannel.Listener.groupChanged(LXChannel channel, LXGroup group) default voidLXChannel.Listener.patternAdded(LXChannel channel, LXPattern pattern) default voidLXChannel.Listener.patternDidChange(LXChannel channel, LXPattern pattern) default voidLXChannel.Listener.patternEnabled(LXChannel channel, LXPattern pattern) default voidLXChannel.Listener.patternMoved(LXChannel channel, LXPattern pattern) default voidLXChannel.Listener.patternRemoved(LXChannel channel, LXPattern pattern) default voidLXChannel.Listener.patternWillChange(LXChannel channel, LXPattern pattern, LXPattern nextPattern) Method parameters in heronarts.lx.mixer with type arguments of type LXChannel -
Uses of LXChannel in heronarts.lx.pattern
Methods in heronarts.lx.pattern that return LXChannelModifier and TypeMethodDescriptionfinal LXChannelLXPattern.getChannel()Deprecated.Patterns can now be on an LXChannel or in a PatternRack - this method is unreliable use getEngine() to get the LXPatternEngine or getMixerChannel() to find the channel the pattern is onfinal LXChannelLXPattern.getMixerChannel()Methods in heronarts.lx.pattern with parameters of type LXChannelModifier and TypeMethodDescriptionfinal LXPatternLXPattern.setChannel(LXChannel channel) Deprecated. -
Uses of LXChannel in heronarts.lx.snapshot
Fields in heronarts.lx.snapshot declared as LXChannelMethods in heronarts.lx.snapshot that return LXChannel -
Uses of LXChannel in heronarts.lx.studio.ui.clip
Constructors in heronarts.lx.studio.ui.clip with parameters of type LXChannelModifierConstructorDescriptionUIPatternLauncher(UI ui, UIMixer mixer, LXChannel channel) UIPatternLauncher(UI ui, UIMixer mixer, LXChannel channel, float width) -
Uses of LXChannel in heronarts.lx.studio.ui.device
Constructors in heronarts.lx.studio.ui.device with parameters of type LXChannelModifierConstructorDescriptionUIPatternDevice(LXStudio.UI ui, LXChannel channel, LXPattern pattern) -
Uses of LXChannel in heronarts.lx.studio.ui.mixer
Methods in heronarts.lx.studio.ui.mixer with parameters of type LXChannelModifier and TypeMethodDescriptionprotected voidUIAbstractChannelStripControls.addChannelElements(LXChannel channel) Constructors in heronarts.lx.studio.ui.mixer with parameters of type LXChannelModifierConstructorDescriptionUIChannelStrip(LXStudio.UI ui, UIMixer mixer, LX lx, LXChannel channel)