abc4j API Specification

abc.midi
Class NoteIndexMessage

java.lang.Object
  extended by javax.sound.midi.MidiMessage
      extended by javax.sound.midi.MetaMessage
          extended by abc.midi.NoteIndexMessage
All Implemented Interfaces:
java.lang.Cloneable

public class NoteIndexMessage
extends javax.sound.midi.MetaMessage


Field Summary
 
Fields inherited from class javax.sound.midi.MetaMessage
META
 
Constructor Summary
NoteIndexMessage(int indexInScore)
           
 
Method Summary
static int getIndex(byte[] bytes)
           
 
Methods inherited from class javax.sound.midi.MetaMessage
clone, getData, getType, setMessage
 
Methods inherited from class javax.sound.midi.MidiMessage
getLength, getMessage, getStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteIndexMessage

public NoteIndexMessage(int indexInScore)
Method Detail

getIndex

public static int getIndex(byte[] bytes)

abc4j API Specification

Submit a bug or feature