Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ deinit
Method
deinit
examples/plugin/opcodes.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
int deinit() {
78
/** nothing to do, just announce itself */
79
csound->message(
"deinit called"
);
80
return OK;
81
}
82
83
int kperf() {
84
csnd::Vector<MYFLT> &out = outargs.vector_data<MYFLT>(0);
Callers
nothing calls this directly
Calls
1
message
Method · 0.45
Tested by
no test coverage detected