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