abc4j API Specification

abc.midi
Class NotationMarkerMessage

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

public class NotationMarkerMessage
extends javax.sound.midi.MetaMessage

A midi meta event to flag a positionable object in a midi stream.


Field Summary
 
Fields inherited from class javax.sound.midi.MetaMessage
META
 
Constructor Summary
NotationMarkerMessage(PositionableInCharStream pos)
           
 
Method Summary
static int getBeginOffset(byte[] bytes)
           
static int getEndOffset(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

NotationMarkerMessage

public NotationMarkerMessage(PositionableInCharStream pos)
Method Detail

getBeginOffset

public static int getBeginOffset(byte[] bytes)

getEndOffset

public static int getEndOffset(byte[] bytes)

abc4j API Specification

Submit a bug or feature