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

Method SetMessageCallback

interfaces/cs_glue.cpp:704–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702} // extern "C"
703
704void CsoundCallbackWrapper::SetMessageCallback()
705{
706 csoundSetMessageCallback(csound_, MessageCallback_wrapper);
707}
708
709 /*void CsoundCallbackWrapper::SetInputValueCallback()
710{

Callers 5

runCsoundOpenSLMethod · 0.80
runCsoundAudioTrackMethod · 0.80
runCsoundOpenSLMethod · 0.80
runCsoundAudioTrackMethod · 0.80
csoundUDPConsoleFunction · 0.80

Calls 1

csoundSetMessageCallbackFunction · 0.85

Tested by

no test coverage detected