Uses of Class
heronarts.lx.mixer.LXBus
Package
Description
Layer components that mutate existing buffers with standardized enable/disable.
-
Uses of LXBus in heronarts.lx.clip
Modifier and TypeMethodDescriptionvoid
LXClip.effectAdded
(LXBus channel, LXEffect effect) void
LXClip.effectMoved
(LXBus channel, LXEffect effect) void
LXClip.effectRemoved
(LXBus channel, LXEffect effect) -
Uses of LXBus in heronarts.lx.clipboard
-
Uses of LXBus in heronarts.lx.command
-
Uses of LXBus in heronarts.lx.effect
-
Uses of LXBus in heronarts.lx.midi.surface
Modifier and TypeMethodDescriptionFocusedDevice.getFocusedChannel()
Returns the currently focused bus -
Uses of LXBus in heronarts.lx.mixer
Modifier and TypeClassDescriptionclass
Abstract subclass for both groups and channelsclass
A channel is a single component of the engine that has a set of patterns from which it plays and rotates.class
class
Represents the master channel.Modifier and TypeMethodDescriptionLXBus.addClipListener
(LXBus.ClipListener listener) final LXBus
final LXBus
LXChannel.disableAutoCycle()
LXChannel.enableAutoCycle
(double autoCycleThreshold) Enable automatic transition from pattern to pattern on this channelLXMixerEngine.getFocusedChannel()
LXMixerEngine.getFocusedChannelAux()
LXBus.moveEffect
(LXEffect effect, int index) LXBus.reloadEffect
(LXEffect effect) LXBus.removeClipListener
(LXBus.ClipListener listener) final LXBus
LXBus.removeEffect
(LXEffect effect) LXBus.stopClips()
Modifier and TypeMethodDescriptionvoid
void
LXBus.ClipListener.clipRemoved
(LXBus bus, LXClip clip) LXMixerEngine.deselectChannel
(LXBus bus) default void
LXBus.Listener.effectAdded
(LXBus channel, LXEffect effect) default void
LXBus.Listener.effectMoved
(LXBus channel, LXEffect effect) default void
LXBus.Listener.effectRemoved
(LXBus channel, LXEffect effect) LXMixerEngine.selectChannel
(LXBus bus) LXMixerEngine.selectChannel
(LXBus bus, boolean multipleSelection) LXMixerEngine.selectChannelRange
(LXBus destination) LXMixerEngine.setFocusedChannel
(LXBus channel) LXMixerEngine.setFocusedChannelAux
(LXBus channel) -
Uses of LXBus in heronarts.lx.snapshot
Modifier and TypeMethodDescriptionprotected void
LXSnapshot.initializeClipBus
(LXBus bus) protected void
LXSnapshot.initializeGlobalBus
(LXBus bus) -
Uses of LXBus in heronarts.lx.studio.ui.clip
ModifierConstructorDescriptionprotected
UIClipButton
(UI ui, UIMixer mixer, LX lx, LXBus bus, int index, float x, float y, float width) UIClipLauncher
(UI ui, UIMixer mixer, LX lx, LXBus bus) UIClipLauncher
(UI ui, UIMixer mixer, LX lx, LXBus bus, int width) UIClipStop
(UI ui, UIMixer mixer, LX lx, LXBus bus, int width) -
Uses of LXBus in heronarts.lx.studio.ui.device
ModifierConstructorDescriptionUIBusDevice
(LXStudio.UI ui, LXBus bus, int width) UIDeviceBin
(LXStudio.UI ui, LXBus bus) -
Uses of LXBus in heronarts.lx.studio.ui.mixer
ModifierConstructorDescriptionprotected
UIMixerStrip
(UI ui, UIMixer mixer, LX lx, LXBus bus) protected
UIMixerStrip
(UI ui, UIMixer mixer, LX lx, LXBus bus, float width)