-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Hello! Is this possible to use API directly to add notes dynamically?
I'd like to generate the score both internally from the website and 'externally' from user actions (editor like in guitar pro, but much much simpler).
Indeed, there already is functionality for this which is used by Importers, but the usage seems quite verbose and difficult. I'm also not sure that it supports dynamic update and won't redraw it completely every time.
One way is to write my own simplified generator of gtp using some other library and then reload resulting files but it also doesn't seem very clean.
I'm also thinking of Exporter (analogous to Importer) to save modified Scores to guitar pro and/or midi files, but I suppose it requires a lot of work.
By the way, maybe it worth considering to support ABC notation?
Thanks for the nice tool :)