GUIDOLib
1.7.7
A Music Score Rendering Engine
|
an abstract class to be provided by clients to collect time mappings More...
Public Member Functions | |
virtual | ~TimeMapCollector () |
virtual void | Time2TimeMap (const TimeSegment &from, const TimeSegment &to)=0 |
a method called by the GuidoGetTimeMap function More... | |
an abstract class to be provided by clients to collect time mappings
|
inlinevirtual |
|
pure virtual |
a method called by the GuidoGetTimeMap function
from | a time segment expressed in score time i.e. rolled time. |
to | a time segment expressed in unrolled time |
Implemented in RolledUnrolledCollector.