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

Class CsPerfThreadMsg_Pause

interfaces/csPerfThread.cpp:97–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 */
96
97class CsPerfThreadMsg_Pause : public CsoundPerformanceThreadMessage {
98 public:
99 CsPerfThreadMsg_Pause(CsoundPerformanceThread *pt)
100 : CsoundPerformanceThreadMessage(pt) {}
101 int run()
102 {
103 SetPaused(1);
104 return 0;
105 }
106 ~CsPerfThreadMsg_Pause() {}
107};
108
109/**
110 * Toggle pause mode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected