MusicXML
MusicXML copied to clipboard
Implementation of the musicXML specification in Swift
Hello , I am trying to use this package but I cannot include in my project using XCode package manager. I got this error and I do not know how...
When I do a clean checkout of the project and run tests, either with `swift test` from the command line or in Xcode, I get 6 similar-looking failures: ``` Test...
Hi, this library is absolutely beautiful and elegant! I understand the giant mountain that is rendering musical notation on IOS, however, does this library intend at some date to be...
Since every page of the musicXML [docs](http://usermanuals.musicxml.com/MusicXML/MusicXML.htm#MusicXMLReference.htm%3FTocPath%3DMusicXML%2520Reference%7C_____0) contains an example, would it be possible to scrape this, for total code coverage, similar to what we have done with the LilyPond...
In time, we should support the [compressed musicXML](https://www.musicxml.com/tutorial/compressed-mxl-files/) format. We need to do some research regarding whether or not we need to take on a dependency or not.
We currently only [test](https://github.com/dn-m/MusicXML/blob/latest/Tests/MusicXMLTests/LilyPondTests/LilyPondTestSuite.swift#L13-L44) that we can decode the LilyPond test suite without throwing errors. Now, let's up the ante by making the LilyPond tests perform the following maneuver: -...
In order for #154, and [0.3.0](https://github.com/dn-m/MusicXML/milestone/1) to happen, we need to implement encoding for all types. Knowing what we know now (which is considerably more than when we started with...
Now that we are disabling `.trimValueWhitespaces` from our decoder, it may make sense to create an `XMLDecoder` subclass `MusicXMLDecoder`. This way we can use `MusicXMLDecoder` when testing atomic units, so...
Add some examples of parsing, manipulating, and exporting very basic MusicXML samples to the README.