From: Dominique F. <fo...@gr...> - 2008-06-20 07:58:12
|
Hi all, The Guido Engine Library SDKs have been updated to the version 1.34 on the sourceforge download section. In addition, Qt is now supported via a specific SDK, also available to download (requires Qt 4.4). Guido Qt applications have also been published in binary form for MacOS and Windows (linux is supported but not in binary form): it includes a guido viewer and a guido scores composer. See at: http://sourceforge.net/project/showfiles.php?group_id=68683 Best, -- Dominique Fober ---------------------------------------------------------------- Version 1.3.4 change log - parser rewritten (no syntax changes) not supported any more: empty tag parameters list: \tag<> unknown note name: i j ... z unknown tag name incorrect sequence specification: { [ c d e ] ] } or { [ [ c d e ] } behavior change: escape char in strings: '\' was used to encode " -> \" it is now stripped by he parser - new GuidoParseString API - incorrect slice list corrected with repeat sections. |