jp.crestmuse.cmx.misc
クラス MIDIEventList
java.lang.Object
jp.crestmuse.cmx.misc.MIDIEventList
- すべての実装されたインタフェース:
- java.lang.Iterable<MIDIEventList.MIDIEvent>
public class MIDIEventList
- extends java.lang.Object
- implements java.lang.Iterable<MIDIEventList.MIDIEvent>
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIDIEventList
public MIDIEventList()
addEvent
public void addEvent(int time,
java.lang.String msgname,
byte ch,
int value1,
int value2)
addEvent
public void addEvent(int time,
short status,
byte ch,
int value1,
int value2)
iterator
public java.util.Iterator<MIDIEventList.MIDIEvent> iterator()
- 定義:
- インタフェース
java.lang.Iterable<MIDIEventList.MIDIEvent>
内の iterator