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>


入れ子のクラスの概要
 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()
           
 
クラス 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