Package heronarts.lx.midi
Class LXSysexMessage
java.lang.Object
javax.sound.midi.MidiMessage
javax.sound.midi.SysexMessage
heronarts.lx.midi.LXSysexMessage
- All Implemented Interfaces:
LXMidiMessage
,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
Fields inherited from class javax.sound.midi.SysexMessage
SPECIAL_SYSTEM_EXCLUSIVE, SYSTEM_EXCLUSIVE
Fields inherited from class javax.sound.midi.MidiMessage
data, length
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
dispatch
(LXMidiListener listener) static LXSysexMessage
static LXSysexMessage
newIdentityRequest
(byte deviceId) setSource
(LXMidiSource source) toString()
Methods inherited from class javax.sound.midi.SysexMessage
clone, getData, setMessage, setMessage
Methods inherited from class javax.sound.midi.MidiMessage
getLength, getMessage, getStatus
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface heronarts.lx.midi.LXMidiMessage
getInput
-
Field Details
-
START_SYSEX
public static final byte START_SYSEX- See Also:
-
END_SYSEX
public static final byte END_SYSEX- See Also:
-
REALTIME
public static final byte REALTIME- See Also:
-
NON_REALTIME
public static final byte NON_REALTIME- See Also:
-
ANY_DEVICE
public static final byte ANY_DEVICE- See Also:
-
GENERAL_INFORMATION
public static final byte GENERAL_INFORMATION- See Also:
-
IDENTITY_REQUEST
public static final byte IDENTITY_REQUEST- See Also:
-
IDENTITY_REPLY
public static final byte IDENTITY_REPLY- See Also:
-
-
Method Details
-
newIdentityRequest
-
newIdentityRequest
-
setSource
- Specified by:
setSource
in interfaceLXMidiMessage
-
getSource
- Specified by:
getSource
in interfaceLXMidiMessage
-
dispatch
- Specified by:
dispatch
in interfaceLXMidiMessage
-
toString
-