Package | Description |
---|---|
heronarts.lx.clip | |
heronarts.lx.command | |
heronarts.lx.mixer | |
heronarts.lx.snapshot | |
heronarts.lx.studio.ui.mixer |
Modifier and Type | Field and Description |
---|---|
LXAbstractChannel |
LXAbstractChannelClip.channel |
Modifier and Type | Method and Description |
---|---|
void |
LXChannelClip.indexChanged(LXAbstractChannel channel) |
void |
LXAbstractChannelClip.midiReceived(LXAbstractChannel channel,
LXShortMessage message) |
Constructor and Description |
---|
LXAbstractChannelClip(LX lx,
LXAbstractChannel channel,
int index,
boolean registerListener) |
Constructor and Description |
---|
MoveChannel(LXAbstractChannel channel,
int delta) |
RemoveChannel(LXAbstractChannel channel) |
SetFader(LXAbstractChannel channel,
boolean enabled,
double fader) |
Modifier and Type | Class and Description |
---|---|
class |
LXChannel
A channel is a single component of the engine that has a set of patterns from
which it plays and rotates.
|
class |
LXGroup |
Modifier and Type | Field and Description |
---|---|
List<LXAbstractChannel> |
LXMixerEngine.channels |
Modifier and Type | Method and Description |
---|---|
LXAbstractChannel |
LXAbstractChannel.addMidiListener(LXAbstractChannel.MidiListener listener) |
LXAbstractChannel |
LXMixerEngine.getChannel(int channelIndex) |
LXAbstractChannel |
LXMixerEngine.getChannel(String label) |
LXAbstractChannel |
LXMixerEngine.getLastChannel() |
LXAbstractChannel |
LXAbstractChannel.removeMidiListener(LXAbstractChannel.MidiListener listener) |
Modifier and Type | Method and Description |
---|---|
List<LXAbstractChannel> |
LXMixerEngine.getChannels() |
Modifier and Type | Method and Description |
---|---|
void |
LXMixerEngine.Listener.channelAdded(LXMixerEngine mixer,
LXAbstractChannel channel) |
void |
LXMixerEngine.Listener.channelMoved(LXMixerEngine mixer,
LXAbstractChannel channel) |
void |
LXMixerEngine.Listener.channelRemoved(LXMixerEngine mixer,
LXAbstractChannel channel) |
default void |
LXAbstractChannel.Listener.indexChanged(LXAbstractChannel channel) |
void |
LXAbstractChannel.MidiListener.midiReceived(LXAbstractChannel channel,
LXShortMessage message) |
void |
LXMixerEngine.moveChannel(LXAbstractChannel channel,
int delta) |
void |
LXMixerEngine.removeChannel(LXAbstractChannel channel) |
Constructor and Description |
---|
ChannelFaderView(LXAbstractChannel channel,
boolean enabled,
double fader) |
Modifier and Type | Field and Description |
---|---|
protected LXAbstractChannel |
UIAbstractChannelStripControls.channel |
Modifier and Type | Field and Description |
---|---|
Map<LXAbstractChannel,UIMixerStrip> |
UIMixer.channelStrips |
LX library by Mark C. Slee. © 2012-2020