C# Class LibiadaMusic.MusicXml.MusicXmlReader

The music xml reader.
Show file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
LoadMusicXmlDocument ( string path ) : void

The load music xml document.

MusicXmlReader ( ) : System

Initializes a new instance of the MusicXmlReader class.

MusicXmlReader ( string xpath ) : System

Initializes a new instance of the MusicXmlReader class.

Private Methods

Method Description
LoadNotes ( string path ) : void

The load notes.

Method Details

LoadMusicXmlDocument() public method

The load music xml document.
public LoadMusicXmlDocument ( string path ) : void
path string /// The path. ///
return void

MusicXmlReader() public method

Initializes a new instance of the MusicXmlReader class.
public MusicXmlReader ( ) : System
return System

MusicXmlReader() public method

Initializes a new instance of the MusicXmlReader class.
public MusicXmlReader ( string xpath ) : System
xpath string /// The xpath. ///
return System