derelict.portmidi.porttime

Undocumented in source.

Members

Aliases

PtCallback
alias PtCallback = void function(PtTimestamp timestamp, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PtError
alias PtError = int
Undocumented in source.
PtTimestamp
alias PtTimestamp = int
Undocumented in source.
da_Pt_Sleep
alias da_Pt_Sleep = void function(int duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Pt_Start
alias da_Pt_Start = PtError function(int resolution, PtCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Pt_Started
alias da_Pt_Started = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Pt_Stop
alias da_Pt_Stop = PtError function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Pt_Time
alias da_Pt_Time = PtTimestamp function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictPortTimeLoader
class DerelictPortTimeLoader
Undocumented in source.

Enums

ptNoError
anonymousenum ptNoError
Undocumented in source.

Static variables

DerelictPortTime
DerelictPortTimeLoader DerelictPortTime;
Undocumented in source.
Pt_Sleep
da_Pt_Sleep Pt_Sleep;
Undocumented in source.
Pt_Start
da_Pt_Start Pt_Start;
Undocumented in source.
Pt_Started
da_Pt_Started Pt_Started;
Undocumented in source.
Pt_Stop
da_Pt_Stop Pt_Stop;
Undocumented in source.
Pt_Time
da_Pt_Time Pt_Time;
Undocumented in source.

Meta