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 TypeMethodDescriptionvoidLXAbstractChannelClip.midiReceived(LXAbstractChannel channel, LXShortMessage message) Constructors in heronarts.lx.clip with parameters of type LXAbstractChannelModifierConstructorDescriptionprotectedLXAbstractChannelClip(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.midi.surface
Methods in heronarts.lx.midi.surface that return LXAbstractChannelModifier and TypeMethodDescriptionMixerSurface.getChannel(int index) Retrieve channel for a given surface index, relative to current index.Methods in heronarts.lx.midi.surface with parameters of type LXAbstractChannelModifier and TypeMethodDescriptionbooleanMixerSurface.contains(LXAbstractChannel channel) intMixerSurface.getIndex(LXAbstractChannel channel) Retrieve the index of a channel relative to surface.voidMixerSurface.Listener.onChannelChanged(int index, LXAbstractChannel channel, LXAbstractChannel previous) A channel previously assigned to a surface index has been changed -
Uses of LXAbstractChannel in heronarts.lx.mixer
Subclasses of LXAbstractChannel in heronarts.lx.mixerModifier and TypeClassDescriptionclassA channel is a single component of the engine that has a set of patterns from which it plays and rotates.classFields 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 TypeMethodDescriptionvoidLXMixerEngine.Listener.channelAdded(LXMixerEngine mixer, LXAbstractChannel channel) voidLXMixerEngine.Listener.channelMoved(LXMixerEngine mixer, LXAbstractChannel channel) voidLXMixerEngine.Listener.channelRemoved(LXMixerEngine mixer, LXAbstractChannel channel) LXMixerEngine.enableChannelAux(LXAbstractChannel channel, boolean isExclusive) LXMixerEngine.enableChannelCue(LXAbstractChannel channel, boolean isExclusive) default voidLXAbstractChannel.Listener.indexChanged(LXAbstractChannel channel) voidLXAbstractChannel.MidiListener.midiReceived(LXAbstractChannel channel, LXShortMessage message) voidLXMixerEngine.moveChannel(LXAbstractChannel channel, int delta) Move a channel by a relative increment.voidLXMixerEngine.moveChannel(LXAbstractChannel bus, int index, LXGroup group) Move a channel to a specified index, possibly adding or removing to a groupvoidLXMixerEngine.removeChannel(LXAbstractChannel channel) -
Uses of LXAbstractChannel in heronarts.lx.snapshot
Constructors in heronarts.lx.snapshot with parameters of type LXAbstractChannelModifierConstructorDescriptionprotectedChannelFaderView(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 LXAbstractChannelUIAbstractChannelStripControls.channelFields in heronarts.lx.studio.ui.mixer with type parameters of type LXAbstractChannel