At the moment the options are to use an Array of time/function pairs or a path to a file that returns such an Array. When the cue requires a large schedule cue errors can be difficult to track. Using a Timeline would allow for the use of its .add method instead of an Array which would make things more manageable. This should be currently possible by using a Timeline inside the normal cue function but care should be taken to pass the clock of the CuePlayer to it so that timing is synced. Better to allow it in its right place.
At the moment the options are to use an
Array
of time/function pairs or a path to a file that returns such anArray
. When the cue requires a large schedule cue errors can be difficult to track. Using aTimeline
would allow for the use of its.add
method instead of an Array which would make things more manageable. This should be currently possible by using aTimeline
inside the normal cue function but care should be taken to pass the clock of theCuePlayer
to it so that timing is synced. Better to allow it in its right place.