Narrate Row Info
Narrate Row Info is an event in the Sounds tab that plays a narration or sound cue when a row updates.
| Narrate Row Info | |
|---|---|
| Tab | Sounds |
| Type | NarrateRowInfo |
| Origin | 0.18.2 |
| Shortcut | F |
Usage
| Setting | Type | Description |
|---|---|---|
| Row | Dropdown | The row that the narration will refer to. |
| Type | Dropdown | The row information that will be narrated. |
| Sound only | Checkbox | Only a sound cue will be played, with no narration (with a few exceptions). |
| Narrate skipped beats | Buttons | Skipped beats will be narrated for that row. |
| Unstable | Checkbox | To be used with narrate skipped beats for syncopated skip beats. |
| Player | Buttons | To be used for two player mode to narrate between player one rows and player two rows. |
You cannot have more than one narration play at one time, and any narrations that are set to play while another is already playing will be queued and played after the previous one finishes.
Surgery
{ "bar": X, "beat": X, "y": X, "type": "NarrateRowInfo", "row": 0, "infoType": "Connect", "soundOnly": false, "narrateSkipBeats": "Custom", "skipsUnstable": false, "customPattern": "------", "customPlayer": "AutoDetect" },
row (integer)
The patient that the information cue is happening for.
infoType (enum)
The type of information and sound cue that will be given.
soundOnly (Bool)
Enable sound only mode.
narrateSkipBeats (enum)
All or some skip beats will be narrated.
skipsUnstable (Bool)
Syncopated skip beats will be narrated.
customPattern (string)
The set of skip beats that should be narrated.
customPlayer (enum)
In two player mode, add in to the narration which player's row is being affected.
