jp.crestmuse.cmx.misc
インタフェース NoteCompatible

既知の実装クラスの一覧:
MusicXMLWrapper.Note, MutableNote, SCCXMLWrapper.ControlChange, SCCXMLWrapper.Note, SCCXMLWrapper.PitchBend

public interface NoteCompatible


メソッドの概要
 int duration(int ticksPerBeat)
           
 int notenum()
           
 int offset(int ticksPerBeat)
           
 int offsetInMilliSec()
           
 int onset(int ticksPerBeat)
           
 int onsetInMilliSec()
           
 int velocity()
           
 

メソッドの詳細

duration

int duration(int ticksPerBeat)

notenum

int notenum()

offset

int offset(int ticksPerBeat)

offsetInMilliSec

int offsetInMilliSec()

onset

int onset(int ticksPerBeat)

onsetInMilliSec

int onsetInMilliSec()

velocity

int velocity()