Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ message
Method
message
include/plugin.h:98–100 ·
view source on GitHub ↗
console messages */
Source
from the content-addressed store, hash-verified
96
/** console messages
97
*/
98
void message(const std::string &s) {
99
Message(this,
"%s\n"
, LocalizeString(s.c_str()));
100
}
101
102
/** system sampling rate
103
*/
Callers
4
init
Method · 0.45
deinit
Method · 0.45
init
Method · 0.45
run
Method · 0.45
Calls
1
Message
Function · 0.70
Tested by
no test coverage detected