Back
Post
How would you approach making an iPad app to upload a music sheet and then play along with it?
What packages/ APIs/ tools are needed to implement with Swift successfully?
My understanding is having an OMR parse music sheet images/ pdfs to music xml files, then render the notations using some notation library, then maybe play with MIDI?
π Join WIP to participate
AFAIK there are a number of libraries to transform sheets into MusicXML, not sure how well they work, but what you say makes sense initially. That said:
For inspiration / reference, Adrian Holovaty's Soundslice is pretty great: www.soundslice.com/
The reference is great. Trying to build something like this. I guess I can make a webapp and turn it into a PWA or use it in WebView for native apps.