MCPcopy 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
838PUBLIK void CsoundPTstop(Cpt pt)
839{
840 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
841 cpt->Stop();
842}
843
844PUBLIK void CsoundPTrecord(Cpt pt, const char *filename, int samplebits, int numbufs)
845{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.80

Tested by

no test coverage detected