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