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

Function csoundModuleCreate

Opcodes/signalflowgraph.cpp:1509–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507}
1508#ifndef INIT_STATIC_MODULES
1509PUBLIC int csoundModuleCreate(CSOUND *csound) {
1510 return csoundModuleCreate_signalflowgraph(csound);
1511}
1512
1513PUBLIC int csoundModuleInit(CSOUND *csound) {
1514 return csoundModuleInit_signalflowgraph(csound);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected