jp.crestmuse.cmx.filewrappers
インタフェース SCC.Note

既知のサブインタフェースの一覧:
NoteCompatible
既知の実装クラスの一覧:
BaseDynamicsEvent, MutableAnnotation, MutableControlChange, MutableMusicEvent, MutableNote, MutablePitchBend, SCCXMLWrapper.ControlChange, SCCXMLWrapper.Note, SCCXMLWrapper.PitchBend
含まれているインタフェース:
SCC

public static interface SCC.Note


メソッドの概要
 int duration(int ticksPerBeat)
           
 int notenum()
           
 int offset(int ticksPerBeat)
           
 int offsetInMilliSec()
           
 int offVelocity()
           
 int onset(int ticksPerBeat)
           
 int onsetInMilliSec()
           
 int velocity()
           
 java.lang.String word()
           
 

メソッドの詳細

duration

int duration(int ticksPerBeat)

notenum

int notenum()

offset

int offset(int ticksPerBeat)

offsetInMilliSec

int offsetInMilliSec()

offVelocity

int offVelocity()

onset

int onset(int ticksPerBeat)

onsetInMilliSec

int onsetInMilliSec()

velocity

int velocity()

word

java.lang.String word()