|
LibMusicXML 3.18
|
Functions | |
| EXP Sxmlelement | musicXMLFile2mxmlTree (const char *fileName, S_musicXMLOah mxmlOpts, indentedOstream &logOstream) |
| Converts a MusicXML representation to an MSR. More... | |
| EXP Sxmlelement | musicXMLFd2mxmlTree (FILE *fd, S_musicXMLOah mxmlOpts, indentedOstream &logOstream) |
| Converts a MusicXML representation to an MSR. More... | |
| EXP Sxmlelement | musicXMLString2mxmlTree (const char *buffer, S_musicXMLOah mxmlOpts, indentedOstream &logOstream) |
| Converts a MusicXML representation to an MSR. More... | |
| EXP Sxmlelement MusicXML2::musicXMLFd2mxmlTree | ( | FILE * | fd, |
| S_musicXMLOah | mxmlOpts, | ||
| indentedOstream & | logOstream | ||
| ) |
| fd | a file descriptor |
| msrOpts | the MSR options to be used |
| out | the output stream |
kNoErr when success) | EXP Sxmlelement MusicXML2::musicXMLFile2mxmlTree | ( | const char * | fileName, |
| S_musicXMLOah | mxmlOpts, | ||
| indentedOstream & | logOstream | ||
| ) |
| file | a file name |
| msrOpts | the MSR options to be used |
| out | the output stream |
kNoErr when success) | EXP Sxmlelement MusicXML2::musicXMLString2mxmlTree | ( | const char * | buffer, |
| S_musicXMLOah | mxmlOpts, | ||
| indentedOstream & | logOstream | ||
| ) |
| buff | a string containing MusicXML code |
| msrOpts | the MSR options to be used |
| out | the output stream |
kNoErr when success)