Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
704
void CsoundCallbackWrapper::SetMessageCallback()
705
{
706
csoundSetMessageCallback(csound_, MessageCallback_wrapper);
707
}
708
709
/*void CsoundCallbackWrapper::SetInputValueCallback()
710
{
Callers
5
runCsoundOpenSL
Method · 0.80
runCsoundAudioTrack
Method · 0.80
runCsoundOpenSL
Method · 0.80
runCsoundAudioTrack
Method · 0.80
csoundUDPConsole
Function · 0.80
Calls
1
csoundSetMessageCallback
Function · 0.85
Tested by
no test coverage detected