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

Method Perform

interfaces/csPerfThread.cpp:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 CsoundPerformanceThread *pt;
501 public:
502 int Perform()
503 {
504 return pt->Perform();
505 }
506 CsPerfThread_PerformScore(void *p)
507 {
508 pt = (CsoundPerformanceThread*) p;

Callers

nothing calls this directly

Calls 1

PerformMethod · 0.45

Tested by

no test coverage detected