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