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