jp.crestmuse.cmx.misc
クラス MutableMusicEvent
java.lang.Object
jp.crestmuse.cmx.misc.MutableMusicEvent
- すべての実装されたインタフェース:
- java.lang.Comparable<MutableMusicEvent>
- 直系の既知のサブクラス:
- BaseDynamicsEvent, MutableControlChange, MutableNote, MutablePitchBend
public abstract class MutableMusicEvent
- extends java.lang.Object
- implements java.lang.Comparable<MutableMusicEvent>
クラス 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)
equals
public boolean equals(java.lang.Object o)
- オーバーライド:
- クラス
java.lang.Object
内の equals
hashCode
public int hashCode()
- オーバーライド:
- クラス
java.lang.Object
内の hashCode
offset
public int offset()
offset
public int offset(int ticksPerBeat)
offsetInMilliSec
public int offsetInMilliSec()
onset
public int onset()
onset
public int onset(int ticksPerBeat)
onsetInMilliSec
public int onsetInMilliSec()
setOffset
public void setOffset(int offset)
setOnset
public void setOnset(int onset)
ticksPerBeat
protected int ticksPerBeat()