MCPcopy 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 */
122struct 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

initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls 1

messageMethod · 0.45

Tested by

no test coverage detected