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

Method load

interfaces/CsoundFile.cpp:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206int CsoundFile::load(std::string filename)
207{
208 removeAll();
209 int returnValue = importFile(filename);
210 this->filename = filename.c_str();
211 return returnValue;
212}
213
214int CsoundFile::load(std::istream &stream)
215{

Callers 9

handleMidiInputMethod · 0.80
csoundResumeMethod · 0.80
maybeStopFunction · 0.80
renderFunctionFunction · 0.80
processSharedArrayBufferFunction · 0.80
onCreateMethod · 0.80
onClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected