Source position: realtime.pas line 66
type tConductor = record |
cdt_Link: tNode; |
cdt_Reserved0: Word; |
cdt_Players: tMinList; |
cdt_ClockTime: ULONG; |
cdt_StartTime: ULONG; |
cdt_ExternalTime: ULONG; |
cdt_MaxExternalTime: ULONG; |
cdt_Metronome: ULONG; |
cdt_Reserved1: Word; |
cdt_Flags: Word; |
cdt_State: Byte; |
end; |