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

Function csoundModuleCreate_signalflowgraph

Opcodes/signalflowgraph.cpp:1481–1490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479 {0, 0, 0, 0, 0, 0, (SUBR)0, (SUBR)0, (SUBR)0}};
1480
1481PUBLIC int csoundModuleCreate_signalflowgraph(CSOUND *csound) {
1482 if (csound->GetDebug(csound)) {
1483 csound->Message(csound, "signalflowgraph: csoundModuleCreate(%p)\n",
1484 csound);
1485 }
1486 isstrcod = csound->ISSTRCOD;
1487 SignalFlowGraphState *sfg_globals = new SignalFlowGraphState(csound);
1488 CreateGlobalPointer(csound, "sfg_globals", sfg_globals);
1489 return 0;
1490}
1491
1492PUBLIC int csoundModuleInit_signalflowgraph(CSOUND *csound) {
1493 if (csound->GetDebug(csound)) {

Callers 2

csoundModuleCreateFunction · 0.85
init_static_modulesFunction · 0.85

Calls 2

MessageMethod · 0.80
CreateGlobalPointerFunction · 0.50

Tested by

no test coverage detected