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

Method init

examples/plugin/opcodes.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 MYFLT res;
315
316 int init() {
317 csound->plugin_deinit(this);
318 csnd::constr(&t, csound, inargs[0], inargs[1], &res);
319 return OK;
320 }
321
322 int deinit() {
323 t.stop();

Callers

nothing calls this directly

Calls 2

constrFunction · 0.85
plugin_deinitMethod · 0.80

Tested by

no test coverage detected