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

Function CsoundPTinputMessage

interfaces/csPerfThread.cpp:863–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863PUBLIK void CsoundPTinputMessage(Cpt pt, const char *s)
864{
865 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt;
866 cpt->InputMessage(s);
867}
868
869PUBLIK void CsoundPTsetScoreOffsetSeconds(Cpt pt, double timeVal)
870{

Callers

nothing calls this directly

Calls 1

InputMessageMethod · 0.80

Tested by

no test coverage detected