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, ticksPerBeatduration, getAttribute, getAttributeDouble, getAttributeInt, getAttributeKeys, getAttributes, hasAttribute, offset, offsetInMilliSec, onset, onsetInMilliSecpublic 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.Notenotenum クラス内 MutableMusicEventpublic int offVelocity()
offVelocity インタフェース内 SCC.NoteoffVelocity クラス内 MutableMusicEventpublic void setNoteNum(int notenum)
public void setOffVelocity(int offvel)
public void setVelocity(int vel)
public java.lang.String toString()
toString クラス内 java.lang.Objectpublic int velocity()
velocity インタフェース内 SCC.Notevelocity クラス内 MutableMusicEvent