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 |
setOnset
public void setOnset(int onset)
setOffset
public void setOffset(int offset)
onset
public int onset()
onset
public int onset(int ticksPerBeat)
onsetInMilliSec
public int onsetInMilliSec()
onsetInMSec
public int onsetInMSec()
- 推奨されていません。
offset
public int offset()
offsetInMilliSec
public int offsetInMilliSec()
offsetInMSec
public int offsetInMSec()
- 推奨されていません。
offset
public int offset(int ticksPerBeat)
duration
public int duration(int ticksPerBeat)
ticksPerBeat
protected int ticksPerBeat()
equals
public boolean equals(java.lang.Object o)
- オーバーライド:
- クラス
java.lang.Object
内の equals
hashCode
public int hashCode()
- オーバーライド:
- クラス
java.lang.Object
内の hashCode
compareTo
public int compareTo(MutableMusicEvent another)
- 定義:
- インタフェース
java.lang.Comparable<MutableMusicEvent>
内の compareTo