Package heronarts.lx.midi
Class MidiNoteOff
java.lang.Object
javax.sound.midi.MidiMessage
javax.sound.midi.ShortMessage
heronarts.lx.midi.LXShortMessage
heronarts.lx.midi.MidiNote
heronarts.lx.midi.MidiNoteOff
- All Implemented Interfaces:
LXMidiMessage
,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class heronarts.lx.midi.MidiNote
MidiNote.Stack
-
Field Summary
Fields inherited from class heronarts.lx.midi.MidiNote
MAX_VELOCITY, NUM_CHANNELS, NUM_PITCHES
Fields inherited from class javax.sound.midi.ShortMessage
ACTIVE_SENSING, CHANNEL_PRESSURE, CONTINUE, CONTROL_CHANGE, END_OF_EXCLUSIVE, MIDI_TIME_CODE, NOTE_OFF, NOTE_ON, PITCH_BEND, POLY_PRESSURE, PROGRAM_CHANGE, SONG_POSITION_POINTER, SONG_SELECT, START, STOP, SYSTEM_RESET, TIMING_CLOCK, TUNE_REQUEST
Fields inherited from class javax.sound.midi.MidiMessage
data, length
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class heronarts.lx.midi.MidiNote
constructMutable, getPitch, getPitchString, getPitchString, getVelocity, getVelocityNormalized, isNoteOff, isNoteOn, mutableCopy, setChannel, setPitch, setVelocity
Methods inherited from class heronarts.lx.midi.LXShortMessage
dispatch, fromShortMessage, getSource, setSource
Methods inherited from class javax.sound.midi.ShortMessage
clone, getChannel, getCommand, getData1, getData2, getDataLength, setMessage, setMessage, setMessage
Methods inherited from class javax.sound.midi.MidiMessage
getLength, getMessage, getStatus, setMessage
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
-
Constructor Details
-
MidiNoteOff
- Throws:
InvalidMidiDataException
-
-
Method Details