Uses of Class
heronarts.lx.mixer.LXBus
Packages that use LXBus
Package
Description
Layer components that mutate existing buffers with standardized enable/disable.
-
Uses of LXBus in heronarts.lx.clip
Fields in heronarts.lx.clip declared as LXBusMethods in heronarts.lx.clip with parameters of type LXBusModifier and TypeMethodDescriptionvoid
LXClip.effectAdded
(LXBus channel, LXEffect effect) void
LXClip.effectMoved
(LXBus channel, LXEffect effect) void
LXClip.effectRemoved
(LXBus channel, LXEffect effect) Constructors in heronarts.lx.clip with parameters of type LXBus -
Uses of LXBus in heronarts.lx.clipboard
Fields in heronarts.lx.clipboard declared as LXBus -
Uses of LXBus in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXBus -
Uses of LXBus in heronarts.lx.effect
Methods in heronarts.lx.effect that return LXBusMethods in heronarts.lx.effect with parameters of type LXBus -
Uses of LXBus in heronarts.lx.midi.surface
Methods in heronarts.lx.midi.surface that return LXBusModifier and TypeMethodDescriptionFocusedDevice.getFocusedChannel()
Returns the currently focused bus -
Uses of LXBus in heronarts.lx.mixer
Subclasses of LXBus in heronarts.lx.mixerModifier 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.Methods in heronarts.lx.mixer that return LXBusModifier 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()
Methods in heronarts.lx.mixer with parameters of type LXBusModifier 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
Methods in heronarts.lx.snapshot that return LXBusMethods in heronarts.lx.snapshot with parameters of type LXBusModifier and TypeMethodDescriptionprotected void
LXSnapshot.initializeClipBus
(LXBus bus) protected void
LXSnapshot.initializeGlobalBus
(LXBus bus) -
Uses of LXBus in heronarts.lx.studio.ui.clip
Constructors in heronarts.lx.studio.ui.clip with parameters of type LXBusModifierConstructorDescriptionprotected
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
Constructors in heronarts.lx.studio.ui.device with parameters of type LXBusModifierConstructorDescriptionUIBusDevice
(LXStudio.UI ui, LXBus bus, int width) UIDeviceBin
(LXStudio.UI ui, LXBus bus) -
Uses of LXBus in heronarts.lx.studio.ui.mixer
Fields in heronarts.lx.studio.ui.mixer declared as LXBusConstructors in heronarts.lx.studio.ui.mixer with parameters of type LXBusModifierConstructorDescriptionprotected
UIMixerStrip
(UI ui, UIMixer mixer, LX lx, LXBus bus) protected
UIMixerStrip
(UI ui, UIMixer mixer, LX lx, LXBus bus, float width)