Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ CsoundPTstop
Function
CsoundPTstop
interfaces/csPerfThread.cpp:838–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
836
}
837
838
PUBLIK void CsoundPTstop(Cpt pt)
839
{
840
CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
841
cpt->Stop();
842
}
843
844
PUBLIK void CsoundPTrecord(Cpt pt, const char *filename, int samplebits, int numbufs)
845
{
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.80
Tested by
no test coverage detected