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

Method init

include/OpcodeBase.hpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137{
138public:
139 int init(CSOUND *csound)
140 {
141 return NOTOK;
142 }
143 static int init_(CSOUND *csound, void *opcode)
144 {
145 return reinterpret_cast<T *>(opcode)->init(csound);

Callers 2

init_Method · 0.45
init_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected