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, offsetInMilliSec, onset, onset, onsetInMilliSec, 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)
notenum
public int notenum()
- 定義:
- インタフェース
NoteCompatible
内の notenum
offVelocity
public int offVelocity()
setNoteNum
public void setNoteNum(int notenum)
setOffVelocity
public void setOffVelocity(int offvel)
setVelocity
public void setVelocity(int vel)
velocity
public int velocity()
- 定義:
- インタフェース
NoteCompatible
内の velocity