jp.crestmuse.cmx.elements
クラス MutableNote
java.lang.Object
jp.crestmuse.cmx.elements.MutableMusicEvent
jp.crestmuse.cmx.elements.MutableNote
- すべての実装されたインタフェース:
- java.lang.Comparable<MutableMusicEvent>, NoteCompatible, SCC.Note
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)
|
MutableNote(int onset,
int offset,
int notenum,
int velocity,
int offVelocity,
java.lang.String word,
int ticksPerBeat)
|
クラス jp.crestmuse.cmx.elements.MutableMusicEvent から継承されたメソッド |
compareTo, duration, equals, hashCode, offset, offset, offsetInMilliSec, onset, onset, onsetInMilliSec, setOffset, setOnset, ticksPerBeat |
クラス java.lang.Object から継承されたメソッド |
clone, finalize, getClass, notify, notifyAll, 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)
MutableNote
public MutableNote(int onset,
int offset,
int notenum,
int velocity,
int offVelocity,
java.lang.String word,
int ticksPerBeat)
notenum
public int notenum()
- 定義:
- インタフェース
SCC.Note
内の notenum
- オーバーライド:
- クラス
MutableMusicEvent
内の notenum
offVelocity
public int offVelocity()
- 定義:
- インタフェース
SCC.Note
内の offVelocity
- オーバーライド:
- クラス
MutableMusicEvent
内の offVelocity
setNoteNum
public void setNoteNum(int notenum)
setOffVelocity
public void setOffVelocity(int offvel)
setVelocity
public void setVelocity(int vel)
setWord
public void setWord(java.lang.String w)
toString
public java.lang.String toString()
- オーバーライド:
- クラス
java.lang.Object
内の toString
velocity
public int velocity()
- 定義:
- インタフェース
SCC.Note
内の velocity
- オーバーライド:
- クラス
MutableMusicEvent
内の velocity
word
public java.lang.String word()
- 定義:
- インタフェース
SCC.Note
内の word
- オーバーライド:
- クラス
MutableMusicEvent
内の word