Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
PUBLIC int32_t csoundModuleInit(CSOUND *csound) {
288
return csoundModuleInit_doppler(csound);
289
}
290
291
PUBLIC int32_t csoundModuleDestroy(CSOUND *csound) {
292
IGN(csound);
Callers
nothing calls this directly
Calls
1
csoundModuleInit_doppler
Function · 0.85
Tested by
no test coverage detected