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