abc.midi
Class NotationMarkerMessage

java.lang.Object
  extended byjavax.sound.midi.MidiMessage
      extended byjavax.sound.midi.MetaMessage
          extended byabc.midi.MetaMessageWA
              extended byabc.midi.NotationMarkerMessage
All Implemented Interfaces:
java.lang.Cloneable

public class NotationMarkerMessage
extends MetaMessageWA

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 abc.midi.MetaMessageWA
isNotationMarker, isNoteIndexMessage, isTempoMessage, setMessage
 
Methods inherited from class javax.sound.midi.MetaMessage
clone, getData, getType
 
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)