MCPcopy Create free account
hub / github.com/csound/csound / CsoundPTsetScoreOffsetSeconds

Function CsoundPTsetScoreOffsetSeconds

interfaces/csPerfThread.cpp:869–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867}
868
869PUBLIK void CsoundPTsetScoreOffsetSeconds(Cpt pt, double timeVal)
870{
871 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
872 cpt->SetScoreOffsetSeconds(timeVal);
873}
874
875PUBLIK int CsoundPTjoin(Cpt pt)
876{

Callers

nothing calls this directly

Calls 1

SetScoreOffsetSecondsMethod · 0.80

Tested by

no test coverage detected