I'm not a professional programmer, although I do have some scripting experience. I cannot help by working with/for you, but I can tell how I would go about trying to make a digital format for PMN:Pashkuli wrote: Sat Jan 08, 2022 6:05 pm So, are you any good at coding? JavaScript, for example. I am trying to teach myself onto it (well form the 'Music and Coding' Youtube channel, to be more specific). Maybe you can through some ideas on how it can be implemented as a basic application to a 'digital music notation'?
So far as I understand, PMN is mainly about visual representation, and at this point you seem to need an automated solution for translating composition data (MIDI or MusicXML etc.) into PMN.
If I was tasked with such a job, I'd probably start with writing a script for getting data from MusicXML and converting it into visually formatted PMN - in other words, parse MusicXML, format data visually as PMN, export formatted PMN PDF.
For that I would use scriptable graphic design software such as Adobe apps - most of them support JavaScript (last I checked, anyway).
My next step would be designing own file format for PMN, which I'd base on XML. I'd probably continue using the scriptable graphic design app as the "renderer" due to convenience. After settling on "minimum viable" PMN file format, I'd start thinking of GUI app for writing PMN scores and making PDFs with it. At that stage I'd probably try to get professional help.
***
DISCLAIMER: I'm not at all sure that anything I wrote here is the "right way".
What I am sure of is that for a non-professional coder, such projects are likely to be extremely demanding. I suspect that if you're learning JavaScript now, and do it alone, it may take a year or more just to arrive at a decent "MusicXML to PMN-PDF" translation script.
As with music projects, it all comes down to how bold you are, how much free time you have, and how much life and health (including mental) you have left. If you have good amount of all of those, I'm sure that with enough effort you can succeed