Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ instanceOpcode
Function
instanceOpcode
Engine/linevent.c:655–658 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
653
}
654
655
int instanceOpcode(CSOUND *csound, LINEVENT2 *p)
656
{
657
return instanceOpcode_(csound, p, 0);
658
}
659
660
int instanceOpcode_S(CSOUND *csound, LINEVENT2 *p)
661
{
Callers
nothing calls this directly
Calls
1
instanceOpcode_
Function · 0.85
Tested by
no test coverage detected