MCPcopy 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
820PUBLIK void CsoundPTplay(Cpt pt)
821{
822 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
823 cpt->Play();
824}
825
826PUBLIK void CsoundPTpause(Cpt pt)
827{

Callers

nothing calls this directly

Calls 1

PlayMethod · 0.80

Tested by

no test coverage detected