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

Method init

examples/plugin/opcodes.cpp:353–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 std::mt19937 gen;
352
353 int init() {
354 csnd::constr(&norm, inargs[0], inargs[1]);
355 csnd::constr(&gen, inargs[2]);
356 csound->plugin_deinit(this);
357 return OK;
358 }
359
360 int deinit() {
361 csnd::destr(&norm);

Callers

nothing calls this directly

Calls 2

constrFunction · 0.85
plugin_deinitMethod · 0.80

Tested by

no test coverage detected