public class MutableNote extends MutableMusicEvent implements jp.crestmuse.cmx.elements.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) |
MutableNote(int onset,
int offset,
int notenum,
int velocity,
int offVelocity,
int ticksPerBeat,
java.util.Map<java.lang.String,java.lang.String> attr) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
notenum() |
int |
offVelocity() |
void |
setNoteNum(int notenum) |
void |
setOffVelocity(int offvel) |
void |
setVelocity(int vel) |
java.lang.String |
toString() |
int |
velocity() |
compareTo, duration, equals, getAttribute, getAttributeDouble, getAttributeInt, getAttributeKeys, getAttributes, getMusicXMLObject, hasAttribute, hashCode, offset, offset, offsetInMilliSec, onset, onset, onsetInMilliSec, removeAttribute, setAttribute, setAttribute, setAttribute, setMusicXMLObject, setOffset, setOnset, ticksPerBeat
duration, getAttribute, getAttributeDouble, getAttributeInt, getAttributeKeys, getAttributes, hasAttribute, offset, offsetInMilliSec, onset, onsetInMilliSec
public MutableNote(int onset, int offset, int notenum, int velocity, int ticksPerBeat)
public MutableNote(int onset, int offset, int notenum, int velocity, int offVelocity, int ticksPerBeat)
public MutableNote(int onset, int offset, int notenum, int velocity, int offVelocity, int ticksPerBeat, java.util.Map<java.lang.String,java.lang.String> attr)
public int notenum()
notenum
インタフェース内 SCC.Note
notenum
クラス内 MutableMusicEvent
public int offVelocity()
offVelocity
インタフェース内 SCC.Note
offVelocity
クラス内 MutableMusicEvent
public void setNoteNum(int notenum)
public void setOffVelocity(int offvel)
public void setVelocity(int vel)
public java.lang.String toString()
toString
クラス内 java.lang.Object
public int velocity()
velocity
インタフェース内 SCC.Note
velocity
クラス内 MutableMusicEvent