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

Method SetScoreOffsetSeconds

interfaces/csPerfThread.cpp:695–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void CsoundPerformanceThread::SetScoreOffsetSeconds(double timeVal)
696{
697 QueueMessage(new CsPerfThreadMsg_SetScoreOffsetSeconds(this, timeVal));
698}
699
700int CsoundPerformanceThread::Join()
701{

Callers 2

setscoreposFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected