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

Class CsPerfThreadMsg_Play

interfaces/csPerfThread.cpp:81–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 */
80
81class CsPerfThreadMsg_Play : public CsoundPerformanceThreadMessage {
82 public:
83 CsPerfThreadMsg_Play(CsoundPerformanceThread *pt)
84 : CsoundPerformanceThreadMessage(pt) {}
85 int run()
86 {
87 SetPaused(0);
88 return 0;
89 }
90 ~CsPerfThreadMsg_Play() {}
91};
92
93/**
94 * Pause performance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected