CueInfo:
Filter:
CuePlayer/Classes (extension) | Class

CueInfo
ExtensionExtension

Add descriptive text to cues.

Description

CueInfo attaches text to a cue which may be subsequently displayed on screen. The class is part of the CuePlayer quark.

Class Methods

.new

Define a cue and attach descriptive information. See the examples at the end of the document.

Arguments:

cueTitle

An instance of String. Provide a title, describing what the cue does. This text can be displayed on the cueplayer window. It may be useful for the laptopist in order to recall what each cue is about while the piece unfolds.

largeDisplayInfo

An instance of String. Provide a short text to be displayed on a separate window (what is called the large display). It may be used to communicate instructions and information to the performer on stage by means of a second display.

function

An instance of Function.

Returns:

An instance of CueInfo

Instance Methods

.largeDisplayInfo

.asCueFunction

.value

Arguments:

cuePlayer

.cueTitle

.function

 

Examples