Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ init
Method
init
examples/plugin/opcodes.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
*/
122
struct Tprint : csnd::Plugin<0, 1> {
123
int init() {
124
csound->message(inargs.str_data(0).data);
125
return OK;
126
}
127
};
128
129
/** a-rate plugin opcode example: delay line
Callers
4
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
Calls
1
message
Method · 0.45
Tested by
no test coverage detected