abc4j API Specification

abc.midi
Interface MidiMessageType


public interface MidiMessageType

This interface exposes the types of midi messages created by the abc.midi package


Field Summary
static byte END_OF_TRACK
          The message type for an end of a tune playback.
static byte MARKER
           
static byte NOTATION_MARKER
          Deprecated. use NOTE_INDEX_MARKER
static byte NOTE_INDEX_MARKER
          The message type to give a reference to the note index in the score that is being played during a tune playback.
static byte TEMPO_CHANGE
          The message type for a tempo change.
 

Field Detail

END_OF_TRACK

static final byte END_OF_TRACK
The message type for an end of a tune playback.

See Also:
Constant Field Values

TEMPO_CHANGE

static final byte TEMPO_CHANGE
The message type for a tempo change.

See Also:
Constant Field Values

NOTATION_MARKER

static final byte NOTATION_MARKER
Deprecated. use NOTE_INDEX_MARKER
The message type to flag which part of the abc notation is played during a tune playback.

See Also:
NOTE_INDEX_MARKER, Constant Field Values

NOTE_INDEX_MARKER

static final byte NOTE_INDEX_MARKER
The message type to give a reference to the note index in the score that is being played during a tune playback.

See Also:
Constant Field Values

MARKER

static final byte MARKER
See Also:
Constant Field Values

abc4j API Specification

Submit a bug or feature