module TEF::Sequencing
Program Sequencing
module.
This module contains all components necessary to define how and when a animation or program will execute. It provides a base class to define how execution information is passed along between code, as well as a more user friendly interface to define a fixed sequence of events, a so called {Sheet}.
{Sheet}s are designed to be as reuseable as possible, with dynamic creation to let the same sheet be adapted to different situations, as well as Sheet
and Event nesting that makes it easy to re-use other {Sheet}s, for example to define segments of a song or generic beat-segments.