Package guidoengine
Interface timemapcollector
-
public interface timemapcollector
an abstract class for time map collection A time map describes the relation between the score wrapped time and unwrapped time i.e. with all repetitions and jumps played.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Time2TimeMap(guidosegment from, guidosegment to)
callback called byguidoscore.GetTimeMap
.
-
-
-
Method Detail
-
Time2TimeMap
void Time2TimeMap(guidosegment from, guidosegment to)
callback called byguidoscore.GetTimeMap
.- Parameters:
from
- a segment in score wrapped timeto
- a segment in score unwrapped time- See Also:
guidoscorebase.GetTimeMap(guidoengine.timemapcollector)
-
-