-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem on getting the Score #237
Comments
True, tried it myself with even older versions of musicxml, but got the same error: I think the package is not working at this point at all ... |
As one of the former dev team, I am pretty certain that dn-m is discontinued or at least dormant. I would recommend trying another project. |
Are there any suggestions you can recommend to be used as a package dependency? |
I have build a custom decoder when I found that this doesn’t work! It’s not a package dependency but if you want I can send you the class. I was created to work with my requirements |
I really appreciate it if you share it @nrigoni22 ... & why haven't you published it as a package may I ask? |
Simply because I haven’t had time to make it fully functional package |
If the "custom decoder" that you've created is functional, I don't think it'll take you long to make a package out of it. If you needed any assistance, I'd be happy to help. |
You can find the project in the attached link from a repo of my team mate for that project. Yes I would like to publish as a package maybe we can discuss about it. For now try it and it’s not perfect but I think it’s a very good starting point. Of course it could be optimized |
No, sorry. |
@Treata11 let me know what you think about my decoder when you try it. Thanks |
Absolutely @nrigoni22 . But I believe this comment section on an open issue is not a suitable place ... |
Yes you can contact me on my email [email protected] |
I'm trying to get the score from the HelloWorld example so I have created the HelloWorld.muscixml file in the bundle of the app and trying with this code
`
class MusicManager: ObservableObject {
var musicScore: Score?
let url: URL = Bundle.main.url(forResource: "HelloWorld" , withExtension: "musicxml")!
}
`
but I get this error:
The data couldn’t be read because it isn’t in the correct format.
The text was updated successfully, but these errors were encountered: