API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi. MidiEvent View Source
Author(s)
David Rivas
Kara Kytle
Since
Version
1.11 05/11/17
Serial
Hierarchy
 Object
      MidiEvent
Implements
Subclasses
Description
public class MidiEvent
  MIDI events contain a MIDI message and a corresponding time-stamp expressed in ticks, and can represent the MIDI event information stored in a MIDI file or a Sequence object.
See also:   
Constructors
public MidiEvent (MidiMessage message, long tick)
  Constructs a new MidiEvent.
Methods
Hide/Show inherited methods
public MidiMessage getMessage ()
  Obtains the MIDI message contained in the event.
public long getTick ()
  Obtains the time-stamp for the event, in MIDI ticks
public void setTick (long tick)
  Sets the time-stamp for the event, in MIDI ticks
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar