jp.crestmuse.cmx.misc
インタフェース NoteCompatible
- 既知の実装クラスの一覧:
- MusicXMLWrapper.Note, MutableNote, SCCXMLWrapper.ControlChange, SCCXMLWrapper.Note, SCCXMLWrapper.PitchBend
public interface NoteCompatible
onset
int onset(int ticksPerBeat)
onsetInMilliSec
int onsetInMilliSec()
onsetInMSec
int onsetInMSec()
- 推奨されていません。
offset
int offset(int ticksPerBeat)
offsetInMilliSec
int offsetInMilliSec()
offsetInMSec
int offsetInMSec()
- 推奨されていません。
duration
int duration(int ticksPerBeat)
notenum
int notenum()
velocity
int velocity()