Package heronarts.lx.midi
Class MidiSelector.Source
java.lang.Object
- All Implemented Interfaces:
LXPath,LXParameter
- Direct Known Subclasses:
MidiSelector.Source.Channel,MidiSelector.Source.Device
- Enclosing class:
MidiSelector<T extends LXMidiTerminal>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class heronarts.lx.midi.MidiSelector
MidiSelector.Destination, MidiSelector.SourceNested classes/interfaces inherited from interface heronarts.lx.parameter.LXParameter
LXParameter.Collection, LXParameter.Formatter, LXParameter.Monitor, LXParameter.MultiMonitor, LXParameter.Polarity, LXParameter.Units -
Field Summary
Fields inherited from class heronarts.lx.midi.MidiSelector
index, missingDevice, name, terminalFields inherited from class heronarts.lx.parameter.AggregateParameter
subparametersFields inherited from class heronarts.lx.parameter.LXListenableParameter
descriptionFields inherited from interface heronarts.lx.LXPath
DEFAULT_SEPARATOR, ROOT, ROOT_PREFIX, ROOT_SLASH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInput()protected Stringbooleanmatches(LXMidiSource that) Whether the saved selector setting matches the given objectsetInput(LXMidiInput input) Methods inherited from class heronarts.lx.midi.MidiSelector
dispose, getMidiTerminals, onSubparameterUpdate, updateInputs, updateOutputs, updateSubparametersMethods inherited from class heronarts.lx.parameter.AggregateParameter
addSubparameter, getRemoteControl, onUpdateValue, updateValueMethods inherited from class heronarts.lx.parameter.LXListenableParameter
addListener, addListener, bang, getDescription, getFormatter, getLabel, getParent, getParentParameter, getPath, getPolarity, getUnits, getValue, incrementValue, isDefault, isMappable, removeListener, reset, reset, setComponent, setDescription, setFormatter, setMappable, setPolarity, setUnits, setValue, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface heronarts.lx.parameter.LXParameter
getBaseValue, getBaseValuef, getValuefMethods inherited from interface heronarts.lx.LXPath
getCanonicalLabel, getCanonicalLabel, getCanonicalLabel, getCanonicalLabel, getCanonicalLabel, getCanonicalPath, getCanonicalPath, isDescendant
-
Constructor Details
-
Source
-
-
Method Details
-
setInput
-
getInput
-
matches
Whether the saved selector setting matches the given object- Parameters:
that- MIDI source to test for match- Returns:
- True
-
getMidiLabel
- Specified by:
getMidiLabelin classMidiSelector<LXMidiSource>
-