From: Dominique F. <fo...@gr...> - 2016-08-09 08:19:38
|
> Le 8 août 2016 à 15:32, Arshia Cont <ars...@an...> a écrit : > > Hi again, > > I am basically trying to use GuidoLib + libMusicXML and guidoAR in a single project. > > I am running into too many namespace, header and method clashes and copies which are not actually the same. I have guidoLib + libMusicXML running fine, but having trouble including GuidoAR operations inside my project. I have managed to get rid of a lot of name clashes but seem stuck on Parser and ARType stuff. And my guess is that once this is overcome there are many more to come! I really recommend to use them as libraries (solves the conflicts issues). — Dom > > Has anyone tried to include GuidoAR operations inside GuidoLib? They seem to be simple and trivial (my purpose is to use the transposition!) but things seems to be copied from here and there to make them independent and apparently the common classes have not followed the same development pathway since their respective release. > > Any thoughts or hints would be welcome! > > > Arshia > >> On 08 Aug 2016, at 09:57, Dominique Fober <fo...@gr...> wrote: >> >> >>> Le 8 août 2016 à 09:46, Arshia Cont <ars...@an...> a écrit : >>> >>> Hello list, >>> >>> I see a [diatonic] transposition visitor for libMusicXML. I was wondering if such an operation is easily possible also on Guido scores and if there’s already an implementation there of? >> >> you can do it using the guidoar library (also on sourceforge, same guidolib project) >> https://sourceforge.net/p/guidolib/guidoar >> this library takes gmn code on input and produce gmn code on output, next you’ll just have to render using the guidolib >> — >> Dom >> >> >>> >>> Many thanks in advance, >>> >>> >>> Arshia >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> Guidolib-devel mailing list >>> Gui...@li... >>> https://lists.sourceforge.net/lists/listinfo/guidolib-devel >> > |