| 1507 | } |
| 1508 | #ifndef INIT_STATIC_MODULES |
| 1509 | PUBLIC int csoundModuleCreate(CSOUND *csound) { |
| 1510 | return csoundModuleCreate_signalflowgraph(csound); |
| 1511 | } |
| 1512 | |
| 1513 | PUBLIC int csoundModuleInit(CSOUND *csound) { |
| 1514 | return csoundModuleInit_signalflowgraph(csound); |
nothing calls this directly
no test coverage detected