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

Function csoundModuleInit

Opcodes/doppler.cpp:287–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287PUBLIC int32_t csoundModuleInit(CSOUND *csound) {
288 return csoundModuleInit_doppler(csound);
289}
290
291PUBLIC int32_t csoundModuleDestroy(CSOUND *csound) {
292 IGN(csound);

Callers

nothing calls this directly

Calls 1

csoundModuleInit_dopplerFunction · 0.85

Tested by

no test coverage detected