메소드 | 설명 | |
---|---|---|
PlayTimeStatusPanel ( ) : System | ||
ProcessBeginPlay ( Commons.Music.Midi.Player.MidiPlayer player, int totalMilliseconds ) : void | ||
ProcessChangeTempo ( int bpm ) : void | ||
ProcessChangeTempoRatio ( double ratio ) : void | ||
ProcessPause ( ) : void | ||
ProcessResume ( ) : void | ||
ProcessSkip ( int seekMilliseconds ) : void | ||
ProcessStop ( ) : void | ||
SetTimeMeterValues ( byte data ) : void |
메소드 | 설명 | |
---|---|---|
AddText ( string label, int x, int y, bool isLabel ) : void | ||
GetTimerOffsetWithTempoRatio ( ) : System.TimeSpan |
public ProcessBeginPlay ( Commons.Music.Midi.Player.MidiPlayer player, int totalMilliseconds ) : void | ||
player | Commons.Music.Midi.Player.MidiPlayer | |
totalMilliseconds | int | |
리턴 | void |
public ProcessChangeTempoRatio ( double ratio ) : void | ||
ratio | double | |
리턴 | void |
public ProcessSkip ( int seekMilliseconds ) : void | ||
seekMilliseconds | int | |
리턴 | void |