Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constr
Function · 0.85
plugin_deinit
Method · 0.80
Tested by
no test coverage detected