+ This will create a new revision based on revision {{ branchFormState.sourceRevision }} + (current revision) and set it as the new current revision. +
++ This will create a new branch from revision {{ branchFormState.sourceRevision }}. + The new revision will NOT be set as current. +
++ Change allocation behaviour for microphones which are only ever assigned to a + single character during the whole show. +
++ Two modes of operations: Leave Gaps (default) - only allocate microphones + for the scenes the character has lines in. No Gaps - allocate the + microphone to the character for all scenes. +
+Character: {{ CHARACTER_BY_ID(hint.character_id).name }}
+Message: {{ hint.reason }}
++ Scene: + {{ `${ACT_BY_ID(SCENE_BY_ID(hint.scene_id).act).name}: ${SCENE_BY_ID(hint.scene_id).name}` }} +
+Character: {{ CHARACTER_BY_ID(hint.character_id).name }}
+Message: {{ hint.reason }}
+Character: {{ CHARACTER_BY_ID(hint.character_id).name }}
+Message: {{ hint.reason }}
++ Scenes: + {{ hint.scenes.map((scene) => (`${ACT_BY_ID(SCENE_BY_ID(scene).act).name}: ${SCENE_BY_ID(scene).name}`)).join(', ') }} +
++ Shows microphone allocation status across all scenes. +
++ Shows the number of active microphones per scene. +
+