MCPcopy 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
655int instanceOpcode(CSOUND *csound, LINEVENT2 *p)
656{
657 return instanceOpcode_(csound, p, 0);
658}
659
660int instanceOpcode_S(CSOUND *csound, LINEVENT2 *p)
661{

Callers

nothing calls this directly

Calls 1

instanceOpcode_Function · 0.85

Tested by

no test coverage detected