Package com.softsynth.jmsl.score.midi
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()intgetChannel()intgetData1()intgetData2()booleangetMeta()intgetTick()intgetTrackIndex()intgetType()voidsetMeta(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()
-