Uses of Class
heronarts.lx.mixer.LXAbstractChannel
Packages that use LXAbstractChannel
Package
Description
-
Uses of LXAbstractChannel in heronarts.lx.clip
Fields in heronarts.lx.clip declared as LXAbstractChannelMethods in heronarts.lx.clip with parameters of type LXAbstractChannelModifier and TypeMethodDescriptionvoid
LXChannelClip.indexChanged
(LXAbstractChannel channel) void
LXAbstractChannelClip.midiReceived
(LXAbstractChannel channel, LXShortMessage message) Constructors in heronarts.lx.clip with parameters of type LXAbstractChannelModifierConstructorDescriptionprotected
LXAbstractChannelClip
(LX lx, LXAbstractChannel channel, int index, boolean registerListener) -
Uses of LXAbstractChannel in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXAbstractChannelModifierConstructorDescriptionDropChannel
(LXAbstractChannel channel, int index, LXGroup group) MoveChannel
(LXAbstractChannel channel, int delta) RemoveChannel
(LXAbstractChannel channel) SetFader
(LXAbstractChannel channel, boolean enabled, double fader) -
Uses of LXAbstractChannel in heronarts.lx.mixer
Subclasses of LXAbstractChannel in heronarts.lx.mixerModifier and TypeClassDescriptionclass
A channel is a single component of the engine that has a set of patterns from which it plays and rotates.class
Fields in heronarts.lx.mixer with type parameters of type LXAbstractChannelMethods in heronarts.lx.mixer that return LXAbstractChannelModifier and TypeMethodDescriptionLXAbstractChannel.addMidiListener
(LXAbstractChannel.MidiListener listener) LXMixerEngine.getChannel
(int channelIndex) LXMixerEngine.getChannel
(String label) LXMixerEngine.getLastChannel()
LXAbstractChannel.removeMidiListener
(LXAbstractChannel.MidiListener listener) Methods in heronarts.lx.mixer that return types with arguments of type LXAbstractChannelMethods in heronarts.lx.mixer with parameters of type LXAbstractChannelModifier and TypeMethodDescriptionvoid
LXMixerEngine.Listener.channelAdded
(LXMixerEngine mixer, LXAbstractChannel channel) void
LXMixerEngine.Listener.channelMoved
(LXMixerEngine mixer, LXAbstractChannel channel) void
LXMixerEngine.Listener.channelRemoved
(LXMixerEngine mixer, LXAbstractChannel channel) LXMixerEngine.enableChannelAux
(LXAbstractChannel channel, boolean isExclusive) LXMixerEngine.enableChannelCue
(LXAbstractChannel channel, boolean isExclusive) default void
LXAbstractChannel.Listener.indexChanged
(LXAbstractChannel channel) void
LXAbstractChannel.MidiListener.midiReceived
(LXAbstractChannel channel, LXShortMessage message) void
LXMixerEngine.moveChannel
(LXAbstractChannel channel, int delta) Move a channel by a relative increment.void
LXMixerEngine.moveChannel
(LXAbstractChannel bus, int index, LXGroup group) Move a channel to a specified index, possibly adding or removing to a groupvoid
LXMixerEngine.removeChannel
(LXAbstractChannel channel) -
Uses of LXAbstractChannel in heronarts.lx.snapshot
Constructors in heronarts.lx.snapshot with parameters of type LXAbstractChannelModifierConstructorDescriptionprotected
ChannelFaderView
(LXAbstractChannel channel, boolean enabled, double fader) -
Uses of LXAbstractChannel in heronarts.lx.studio.ui.mixer
Fields in heronarts.lx.studio.ui.mixer declared as LXAbstractChannelModifier and TypeFieldDescriptionprotected final LXAbstractChannel
UIAbstractChannelStripControls.channel
Fields in heronarts.lx.studio.ui.mixer with type parameters of type LXAbstractChannel