Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ CsoundPTplay
Function
CsoundPTplay
interfaces/csPerfThread.cpp:820–824 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
818
}
819
820
PUBLIK void CsoundPTplay(Cpt pt)
821
{
822
CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
823
cpt->Play();
824
}
825
826
PUBLIK void CsoundPTpause(Cpt pt)
827
{
Callers
nothing calls this directly
Calls
1
Play
Method · 0.80
Tested by
no test coverage detected