Java javax.sound.midi MidiEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.midi MidiEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.midi MidiEvent.

The text is from its open source code.

Constructor

MidiEvent(MidiMessage message, long tick)
Constructs a new MidiEvent .

Method

MidiMessagegetMessage()
Obtains the MIDI message contained in the event.
longgetTick()
Obtains the time-stamp for the event, in MIDI ticks.