A loop can be set up in the score. Two classes are used :
- TScoreMarker : defines a marker to be inserted in
the score, a marker is a special kind of event (actually a MidiShare
private event) that will be managed in a special manner : private
MidiShare events are automatically sent to the application input
where the incoming event dispatch mechanism deals with Loop markers
and change the Player position accordingly.
- TLoopManager : the loop management class.