Function FrameCalc::CountFrame
Defined in File FrameCalc.cpp
Function Documentation
-
unsigned long FrameCalc::CountFrame(unsigned long Sbeat, unsigned long SsubBeat, unsigned long Sseparate, unsigned long Ebeat, unsigned long EsubBeat, unsigned long Eseparate, double bpm)
count frame between two beat-subBeat position.
- Parameters:
Sbeat – start beat
SsubBeat – start subBeat
Sseparate – start beat-subBeat’s separate value
Ebeat – end beat
EsubBeat – end subBeat
Eseparate – end beat-subBeat’s separate value
bpm – applied bpm.
- Returns:
unsigned long the calculated Frame Range