jp.crestmuse.cmx.elements
クラス MutableMusicEvent
java.lang.Object
jp.crestmuse.cmx.elements.MutableMusicEvent
- すべての実装されたインタフェース:
- java.lang.Comparable<MutableMusicEvent>, NoteCompatible, SCC.Note
- 直系の既知のサブクラス:
- BaseDynamicsEvent, MutableAnnotation, MutableControlChange, MutableNote, MutablePitchBend
public abstract class MutableMusicEvent
- extends java.lang.Object
- implements java.lang.Comparable<MutableMusicEvent>, NoteCompatible
クラス java.lang.Object から継承されたメソッド |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
compareTo
public int compareTo(MutableMusicEvent another)
- 定義:
- インタフェース
java.lang.Comparable<MutableMusicEvent>
内の compareTo
duration
public int duration(int ticksPerBeat)
- 定義:
- インタフェース
SCC.Note
内の duration
equals
public boolean equals(java.lang.Object o)
- オーバーライド:
- クラス
java.lang.Object
内の equals
hashCode
public int hashCode()
- オーバーライド:
- クラス
java.lang.Object
内の hashCode
notenum
public int notenum()
- 定義:
- インタフェース
SCC.Note
内の notenum
offset
public int offset()
offset
public int offset(int ticksPerBeat)
- 定義:
- インタフェース
SCC.Note
内の offset
offsetInMilliSec
public int offsetInMilliSec()
- 定義:
- インタフェース
SCC.Note
内の offsetInMilliSec
offVelocity
public int offVelocity()
- 定義:
- インタフェース
SCC.Note
内の offVelocity
onset
public int onset()
onset
public int onset(int ticksPerBeat)
- 定義:
- インタフェース
SCC.Note
内の onset
onsetInMilliSec
public int onsetInMilliSec()
- 定義:
- インタフェース
SCC.Note
内の onsetInMilliSec
setOffset
public void setOffset(int offset)
setOnset
public void setOnset(int onset)
ticksPerBeat
protected int ticksPerBeat()
velocity
public int velocity()
- 定義:
- インタフェース
SCC.Note
内の velocity
word
public java.lang.String word()
- 定義:
- インタフェース
SCC.Note
内の word