You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
A while ago, we've had a discussion about the general structure of mei2vf and related scripts; @zolaemil did argue for a modular concept, where one part (mei2vf) would convert MEI encoded music to VexFlow, other parts would pre-process XML data, process word text, etc. This looks like a good approach to me, but what do you think would be the best way to organize these components in a clear way and make them accessible? Keep MEI2VF as it is and provide all additional functionality in individual projects like MeiView (this would have the disadvantage that common functionality would have be to repeated in each project)? Have one big GitHub repository containing commonly-used code in sub-modules (common pre-processing methods, MeiLib, MEI2VF, text rendering methods, etc.), but store applications like MeiView separately? Or add other GitHub projects in addition to MEI2VF, containing other rendering and conversion utilities?