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

Function csoundModuleInit_doppler

Opcodes/doppler.cpp:269–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }};
268
269PUBLIC int32_t csoundModuleInit_doppler(CSOUND *csound) {
270 int32_t status = 0;
271 for (OENTRY *oentry = &oentries[0]; oentry->opname; oentry++) {
272 status |= csound->AppendOpcode(csound, oentry->opname, oentry->dsblksiz,
273 oentry->flags, oentry->thread,
274 oentry->outypes, oentry->intypes,
275 (int32_t (*)(CSOUND *, void *))oentry->iopadr,
276 (int32_t (*)(CSOUND *, void *))oentry->kopadr,
277 (int32_t (*)(CSOUND *, void *))oentry->aopadr);
278 }
279 return status;
280}
281#ifndef INIT_STATIC_MODULES
282PUBLIC int32_t csoundModuleCreate(CSOUND *csound) {
283 IGN(csound);

Callers 2

csoundModuleInitFunction · 0.85
init_static_modulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected