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

Method init

examples/plugin/opcodes.cpp:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 PrintThread t;
265
266 int init() {
267 csound->plugin_deinit(this);
268 csnd::constr(&t, csound);
269 return OK;
270 }
271
272 int deinit() {
273 t.stop();

Callers

nothing calls this directly

Calls 2

constrFunction · 0.85
plugin_deinitMethod · 0.80

Tested by

no test coverage detected