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

Method error

interfaces/Soundfile.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 return status;
155 }
156 void Soundfile::error() const
157 {
158 std::cerr << sf_strerror(sndfile) << std::endl;
159 }
160
161 void Soundfile::blank(double duration)
162 {

Callers 15

dlinitFunction · 0.80
CsoundFunction · 0.80
assertPluginExportsFunction · 0.80
getBinaryHeaderDataFunction · 0.80
module.jsFile · 0.80
csoundLoadModulesFunction · 0.80
csoundCompileCsdFunction · 0.80
string2ptrFunction · 0.80
isWaitingMethod · 0.80
releaseStartPromiseMethod · 0.80
releaseStopPromiseMethod · 0.80
releasePausePromiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected