public class MIDIEventList extends java.lang.Object implements java.lang.Iterable<MIDIEventList.MIDIEvent>
修飾子とタイプ | クラスと説明 |
---|---|
class |
MIDIEventList.MIDIEvent |
コンストラクタと説明 |
---|
MIDIEventList() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addEvent(int time,
short status,
byte ch,
int value1,
int value2) |
void |
addEvent(int time,
java.lang.String msgname,
byte ch,
int value1,
int value2) |
java.util.Iterator<MIDIEventList.MIDIEvent> |
iterator() |
public void addEvent(int time, short status, byte ch, int value1, int value2)
public void addEvent(int time, java.lang.String msgname, byte ch, int value1, int value2)
public java.util.Iterator<MIDIEventList.MIDIEvent> iterator()
iterator
インタフェース内 java.lang.Iterable<MIDIEventList.MIDIEvent>