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

Method Play

interfaces/csPerfThread.cpp:650–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650void CsoundPerformanceThread::Play()
651{
652 QueueMessage(new CsPerfThreadMsg_Play(this));
653}
654
655void CsoundPerformanceThread::Pause()
656{

Callers 5

test_perfthreadFunction · 0.80
test_recordFunction · 0.80
test_serverFunction · 0.80
CsoundPTplayFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_perfthreadFunction · 0.64
test_recordFunction · 0.64
test_serverFunction · 0.64