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

Method exportArrangementForPerformance

interfaces/CsoundFile.cpp:1154–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152}
1153
1154int CsoundFile::exportArrangementForPerformance(std::string filename) const
1155{
1156 std::ofstream stream(filename.c_str(), std::ios::binary);
1157 exportArrangementForPerformance(stream);
1158 stream.close();
1159 return stream.good();
1160}
1161
1162int CsoundFile::exportArrangementForPerformance(std::ostream &stream) const
1163{

Callers

nothing calls this directly

Calls 2

parseInstrumentFunction · 0.85
closeMethod · 0.80

Tested by

no test coverage detected