public class MidiEvent extends Object
Sequence object.  The
 duration of a tick is specified by the timing information contained
 in the MIDI file or Sequence object.
 
 In Java Sound, MidiEvent objects are typically contained in a
 , and TrackTracks are likewise
 contained in a Sequence.
| Constructor and Description | 
|---|
MidiEvent(MidiMessage message,
         long tick)
Constructs a new  
MidiEvent. | 
| Modifier and Type | Method and Description | 
|---|---|
MidiMessage | 
getMessage()
Obtains the MIDI message contained in the event. 
 | 
long | 
getTick()
Obtains the time-stamp for the event, in MIDI ticks 
 | 
void | 
setTick(long tick)
Sets the time-stamp for the event, in MIDI ticks 
 | 
public MidiEvent(MidiMessage message, long tick)
MidiEvent.message - the MIDI message contained in the eventtick - the time-stamp for the event, in MIDI tickspublic MidiMessage getMessage()
public void setTick(long tick)
tick - the new time-stamp, in MIDI tickspublic long getTick()
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates.  All rights reserved.