LXCommand |
An LXCommand is an operation that may be performed by the engine, potentially
in two directions, supporting and Undo operation.
|
LXCommand.Channel |
|
LXCommand.Channel.AddEffect |
|
LXCommand.Channel.AddPattern |
|
LXCommand.Channel.GoPattern |
|
LXCommand.Channel.MoveEffect |
|
LXCommand.Channel.MovePattern |
|
LXCommand.Channel.RemoveEffect |
|
LXCommand.Channel.RemovePattern |
|
LXCommand.Channel.SetFader |
|
LXCommand.ComponentReference<T extends LXComponent> |
This reference class is used because the LXCommand engine might have
actions in it that refer to components which have been deleted by
subsequent operations.
|
LXCommand.Midi |
|
LXCommand.Midi.AddMapping |
|
LXCommand.Midi.RemoveMapping |
|
LXCommand.Mixer |
|
LXCommand.Mixer.AddChannel |
|
LXCommand.Mixer.GroupSelectedChannels |
|
LXCommand.Mixer.MoveChannel |
|
LXCommand.Mixer.RemoveChannel |
|
LXCommand.Mixer.RemoveSelectedChannels |
|
LXCommand.Mixer.Ungroup |
|
LXCommand.Mixer.UngroupChannel |
|
LXCommand.Modulation |
|
LXCommand.Modulation.AddModulation |
|
LXCommand.Modulation.AddModulator |
|
LXCommand.Modulation.AddTrigger |
|
LXCommand.Modulation.MoveModulator |
|
LXCommand.Modulation.RemoveModulation |
|
LXCommand.Modulation.RemoveModulator |
|
LXCommand.Modulation.RemoveTrigger |
|
LXCommand.Palette |
|
LXCommand.Palette.AddColor |
|
LXCommand.Palette.MoveSwatch |
|
LXCommand.Palette.RemoveColor |
|
LXCommand.Palette.RemoveSwatch |
|
LXCommand.Palette.SaveSwatch |
|
LXCommand.Palette.SetSwatch |
|
LXCommand.Parameter |
Name space for parameter commands
|
LXCommand.Parameter.Decrement |
|
LXCommand.Parameter.Increment |
|
LXCommand.Parameter.Reset |
|
LXCommand.Parameter.SetColor |
|
LXCommand.Parameter.SetNormalized |
|
LXCommand.Parameter.SetString |
|
LXCommand.Parameter.SetValue |
|
LXCommand.Parameter.Toggle |
|
LXCommand.ParameterReference<T extends LXParameter> |
|
LXCommand.RemoveComponent |
|
LXCommand.Snapshots |
|
LXCommand.Snapshots.AddSnapshot |
|
LXCommand.Snapshots.MoveSnapshot |
|
LXCommand.Snapshots.Recall |
|
LXCommand.Snapshots.RemoveSnapshot |
|
LXCommand.Snapshots.RemoveView |
|
LXCommand.Structure |
|
LXCommand.Structure.AddFixture |
|
LXCommand.Structure.ModifyFixturePositions |
|
LXCommand.Structure.MoveFixture |
|
LXCommand.Structure.NewModel |
|
LXCommand.Structure.RemoveFixture |
|
LXCommand.Structure.RemoveSelectedFixtures |
|
LXCommandEngine |
The LX command engine keeps track of high-level UI commands that have been
performed.
|