| 390 | |
| 391 | #ifndef INIT_STATIC_MODULES |
| 392 | PUBLIC int csoundModuleCreate(CSOUND *csound) { |
| 393 | return csoundModuleCreate_mixer(csound); |
| 394 | } |
| 395 | |
| 396 | PUBLIC int csoundModuleInit(CSOUND *csound) { |
| 397 | return csoundModuleInit_mixer(csound); |
nothing calls this directly
no test coverage detected