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

Method init_

include/OpcodeBase.hpp:257–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 return NOTOK;
256 }
257 static int init_(CSOUND *csound, void *opcode)
258 {
259 if (!csound->GetReinitFlag(csound) && !csound->GetTieFlag(csound)) {
260 csound->RegisterDeinitCallback(csound, opcode,
261 &OpcodeNoteoffBase<T>::noteoff_);
262 }
263 return reinterpret_cast<T *>(opcode)->init(csound);
264 }
265 int kontrol(CSOUND *csound)
266 {
267 IGN(csound);

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected