| 1479 | {0, 0, 0, 0, 0, 0, (SUBR)0, (SUBR)0, (SUBR)0}}; |
| 1480 | |
| 1481 | PUBLIC 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 | |
| 1492 | PUBLIC int csoundModuleInit_signalflowgraph(CSOUND *csound) { |
| 1493 | if (csound->GetDebug(csound)) { |
no test coverage detected