MultiController action mappings for TimelinePlus control are available, these include:
- Play – Starts playing the timeline from the playhead position.
- Pause – Stops the timeline at playhead location can be resume with a play command.
- Stop – Stops the timeline and returns playhead to the start.
- Go to cue – Jumps a timeline to a cue position and starts playing.
- Mute – The timeline is no longer active and will not affect and pin data
- Un-Mute – If muted the timeline will now resume active control of pins.
For more information on multicontroller refer here
The macromanager syntax for recalling a cue in a timeline is as follows:
HippoNet.LocalHost.TimelinePlus.Timelines[‘New Timeline’]:GoCue(2,“Play”)
‘New Timeline’ can be substituted with the name of any timeline and acts as the timeline selector.
The ‘GoCue(2,“Play”)’ command will set the playhead to the position of the chosen cue and then set the playmode, in this case jumping to cue 2 and playing the timeline.
For more information on creating cues in the command track refer here.
Post your comment on this topic.