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

Function csoundModuleCreate

Opcodes/mixer.cpp:392–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391#ifndef INIT_STATIC_MODULES
392PUBLIC int csoundModuleCreate(CSOUND *csound) {
393 return csoundModuleCreate_mixer(csound);
394}
395
396PUBLIC int csoundModuleInit(CSOUND *csound) {
397 return csoundModuleInit_mixer(csound);

Callers

nothing calls this directly

Calls 1

csoundModuleCreate_mixerFunction · 0.85

Tested by

no test coverage detected