event_logger_track 
Datum that holds info for a single track of events in the logger. Each track represents a datum that is being tracked. This track is shown in the timeline and when selected shows information on the track.
Vars | |
| events | List of event assoc lists: id, tick, category, kind, info, + kind-specific fields. |
|---|---|
| info | Assoc list of string (Title) -> string (Info) displayed in the info panel when this track is selected. |
| name | Display name for this track row. |
| ref | String ref key used to identify this track. |
Var Details
events 
List of event assoc lists: id, tick, category, kind, info, + kind-specific fields.
info 
Assoc list of string (Title) -> string (Info) displayed in the info panel when this track is selected.
name 
Display name for this track row.
ref 
String ref key used to identify this track.