Class MidiTrackEvent

java.lang.Object
com.softsynth.jmsl.score.midi.MidiTrackEvent

public class MidiTrackEvent
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    byte[] getByteArray()  
    int getChannel()  
    int getData1()  
    int getData2()  
    boolean getMeta()  
    int getTick()  
    int getTrackIndex()  
    int getType()  
    void setMeta​(boolean flag)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • setMeta

      public void setMeta​(boolean flag)
    • getMeta

      public boolean getMeta()
    • getByteArray

      public byte[] getByteArray()
    • getTrackIndex

      public int getTrackIndex()
    • getTick

      public int getTick()
    • getType

      public int getType()
    • getChannel

      public int getChannel()
    • getData1

      public int getData1()
    • getData2

      public int getData2()