|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.frinika.renderer.MidiPacket
public class MidiPacket
Field Summary | |
---|---|
int[] |
activenotes
|
int[] |
activenotes_velocity
|
int |
channel
|
int[] |
controls
|
int[] |
controls_values
|
javax.sound.midi.MidiEvent[] |
events
|
long |
length
|
int |
pitchbend_data1
|
int |
pitchbend_data2
|
int |
program
|
Constructor Summary | |
---|---|
MidiPacket()
|
Method Summary | |
---|---|
int |
checksum()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long length
public int channel
public int[] activenotes
public int[] activenotes_velocity
public int[] controls
public int[] controls_values
public int program
public int pitchbend_data1
public int pitchbend_data2
public javax.sound.midi.MidiEvent[] events
Constructor Detail |
---|
public MidiPacket()
Method Detail |
---|
public int checksum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |