MCPcopy Create free account
hub / github.com/csound/csound / csoundModuleInit

Function csoundModuleInit

Opcodes/ampmidid.cpp:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 PUBLIC int csoundModuleInit(CSOUND *csound) {
192 return csoundModuleInit_ampmidid(csound);
193 }
194
195 PUBLIC int csoundModuleDestroy(CSOUND *csound) {
196 IGN(csound);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected