; This is the setting file.
; comments are indicated by lines starting with ;

; This section sets up the DataLabels that go with the rules.
; DataLabels are specified with a color, level, and name on each line.
; The end of the labels is designated with #labelsEnd#
; Color is specified by 3 ints, red, green, blue
speech                   50 150 200 1  "speech"
sketch                  100 100 100 2  "sketch"
gap                     150   0 150 3  "gap"
long-pause              175   0 250 4  "long pause"
no-gap                  200  50  75 5  "no gap"
sketch-group            200 200  10 6  "sketch group"
sketch-unit             180 180   0 7  "sketch unit"

;speech-action            75   0  75 8  "speech action"

and-words-at              0 250 100 8  "and words"
key-words-at              0 100 150 9  "key words"
the-words-at              0  60 120 10 "the words"
mumbled-words-at         50  50 150 11 "mumbled words"

and-gaps                200  50  50 12 "Gaps around and"
linked-by-mumbles        10 150  25 13 "linked by mumbles"
repeat-words              0 100   0 14 "Repeated words"
time-and-shape-similar  100  30 100 15 "Similar shapes at same time"
strong-group-link       255   0   0 16 "strong group link"



; a special label that is not in the key but can assign a color
; to do this use level 0
break                   255   0 255 0  "break"



;end of the labels
#labelsEnd#

