jp.crestmuse.cmx.misc
クラス MutableNote

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.misc.MutableMusicEvent
      上位を拡張 jp.crestmuse.cmx.misc.MutableNote
すべての実装されたインタフェース:
java.lang.Comparable<MutableMusicEvent>, NoteCompatible

public class MutableNote
extends MutableMusicEvent
implements NoteCompatible


コンストラクタの概要
MutableNote(int onset, int offset, int notenum, int velocity, int ticksPerBeat)
           
MutableNote(int onset, int offset, int notenum, int velocity, int offVelocity, int ticksPerBeat)
           
 
メソッドの概要
 int notenum()
           
 int offVelocity()
           
 void setNoteNum(int notenum)
           
 void setOffVelocity(int offvel)
           
 void setVelocity(int vel)
           
 int velocity()
           
 
クラス jp.crestmuse.cmx.misc.MutableMusicEvent から継承されたメソッド
compareTo, duration, equals, hashCode, offset, offset, offsetInMSec, onset, onset, onsetInMSec, setOffset, setOnset, ticksPerBeat
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.crestmuse.cmx.misc.NoteCompatible から継承されたメソッド
duration, offset, offsetInMSec, onset, onsetInMSec
 

コンストラクタの詳細

MutableNote

public MutableNote(int onset,
                   int offset,
                   int notenum,
                   int velocity,
                   int ticksPerBeat)

MutableNote

public MutableNote(int onset,
                   int offset,
                   int notenum,
                   int velocity,
                   int offVelocity,
                   int ticksPerBeat)
メソッドの詳細

setNoteNum

public void setNoteNum(int notenum)

notenum

public int notenum()
定義:
インタフェース NoteCompatible 内の notenum

setVelocity

public void setVelocity(int vel)

velocity

public int velocity()
定義:
インタフェース NoteCompatible 内の velocity

setOffVelocity

public void setOffVelocity(int offvel)

offVelocity

public int offVelocity()