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)
|
クラス jp.crestmuse.cmx.misc.MutableMusicEvent から継承されたメソッド |
compareTo, duration, equals, hashCode, offset, offset, onset, onset, setOffset, setOnset, ticksPerBeat |
クラス java.lang.Object から継承されたメソッド |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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()