Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ init_
Method
init_
include/OpcodeBase.hpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
return NOTOK;
142
}
143
static int init_(CSOUND *csound, void *opcode)
144
{
145
return reinterpret_cast<T *>(opcode)->init(csound);
146
}
147
int kontrol(CSOUND *csound)
148
{
149
return NOTOK;
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected