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

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

public interface NoteCompatible


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

メソッドの詳細

onset

int onset(int ticksPerBeat)

onsetInMSec

int onsetInMSec()

offset

int offset(int ticksPerBeat)

offsetInMSec

int offsetInMSec()

duration

int duration(int ticksPerBeat)

notenum

int notenum()

velocity

int velocity()