You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Dominique F. <fo...@gr...> - 2020-01-13 08:44:08
|
Dear all, A new version of the MusicXML library is available from GitHub: https://github.com/grame-cncm/libmusicxml/releases <http://code.google.com/p/libmusicxml/downloads/list> Main changes: • improved version of the guido converter (version 3.0) • improved version of the lilypond converter (version 0.92) • new xml2brl (Braille Music representation) converter (experimental) Note that the javascript library (actually WASM) is available from npm: https://www.npmjs.com/package/@grame/libmusicxml Best regards, Dominique Fober |
|
From: Dominique F. <fo...@gr...> - 2018-10-25 13:03:25
|
Dear all, A new version of the MusicXML library is available at the following address: https://github.com/grame-cncm/libmusicxml/releases <http://code.google.com/p/libmusicxml/downloads/list> The library has been updated to version 3.1 of the MusicXML format. The package includes also a new converter from musicxml to lilypond. Many thanks to Jacques Menu for his huge work on ‘xml2ly’. See the change log for more details. Best regards, Dominique Fober |
|
From: Dominique F. <fo...@gr...> - 2015-03-14 21:05:53
|
Hi all, The source code of libmusicxml has moved from google code to github: https://github.com/dfober/libmusicxml <https://github.com/dfober/libmusicxml> This is due to the planned shutting down of google code. cvs and svn repositories are still available on sourceforge but for history only (they are outdated) All the best, — Dominique |
|
From: Dominique F. <fo...@gr...> - 2013-04-16 10:20:02
|
Dear all, Up to now, the musicxml library has been available under the LGPL license and that was starting to be problematic for platforms where dynamic link was not allowed (actually IOS). In order to solve this problem and also to provide more flexibility for the library use, the license has been changed to the Mozilla Public License. This license allows static link without contaminating the whole project. For more information: http://en.wikipedia.org/wiki/Mozilla_Public_License http://www.mozilla.org/MPL/2.0/ Best, -- Dominique Fober |
|
From: Dominique F. <fo...@gr...> - 2012-11-20 11:07:02
|
Dear all, A new version of the MusicXML library is available at the following address: http://code.google.com/p/libmusicxml/downloads/list The library has been updated to version 3.0 of the MusicXML format. Best regards, Dominique Fober |
|
From: Dominique F. <fo...@gr...> - 2012-11-20 11:04:17
|
Hi all, The source code of the libmusicxml has moved to google code: http://code.google.com/p/libmusicxml/ Faster, less management... Mailing lists, web page are still opened on sourceforge. cvs and svn repositories are still available but for history only (they are already outdated) All the best, -- Dominique |
|
From: Dominique F. <fo...@gr...> - 2009-05-25 16:54:16
|
Hi, A while ago, the musicxml library v.2 has been announced but was still on a specific svn branch (branches/v2). This branch is now merged to trunk. The corresponding packages are also available from the project download section (http://sourceforge.net/project/showfiles.php?group_id=104971 ). Note that latest old version 1.10 is still available on a separate branch at /libmusicxml/branches/v1 but it is not maintained any more. Main changes with the version 2: - redesign of the class set, NOT compatible with the previous versions 1.xx - supports musicxml version 2 - supports STL iterators - supports xml comments and processing instructions - re-implements the previous visitors - includes tools for automatic update from the dtds All the best, Dominique |
|
From: Dominique F. <fo...@gr...> - 2008-05-26 10:02:02
|
Hi, The musicxml library has been completely redesigned. To summarize, it is now a generic xml parser and memory representation, with automatic typing of the musicxml elements and with an improved STL support. The resulting API is more homogeneous and adheres strictly to the musicxml dtds, but it is NOT compatible with the previous version 1.xx of the library. The main reason of this drastic change is to update to the version 2 of the musicxml format and also to make the source code more easy to maintain. For the moment, this new musicxml library is available from the svn repository, it is located on /libmusicxml/branches/v2 The latest version 1.10 is still available on a separate branch at / libmusicxml/branches/v1 Main changes with the version 2: - redesign of the class set, NOT compatible with the previous versions 1.xx - supports musicxml version 2 - supports STL iterators - supports xml comments and processing instructions - re-implements the previous visitors - includes tools for automatic update from the dtds See the /libmusicxml/branches/v2/doc/presentation/libmusicxml-v2.pdf file for more information All the best, Dominique |
|
From: Dominique F. <fo...@gr...> - 2007-11-21 15:53:39
|
Dear all, A new version of the MusicXML library is available from sourceforge at the following address: http://sourceforge.net/project/showfiles.php?group_id=104971 The MusicXML library version 1.09 has been released for all the supported platforms. Note that the mac os x binaries are universal binaries supporting 32 and 64 bits architectures. Best regards, Dominique Fober Change log ===================================================================== Version 1.09 - correct bug in wavy-line parsing Version 1.08 - bug in offsets management (<direction> elements) corrected - XML2Guido visitor modified to generate positions (default) controled via generatePositions (bool state) Version 1.07 - Bug in TUnrolledVisitor fixed (no section to add when "repeat" on the first bar) - crescendo and dimunuendo tags exported to guido - \clef \key \meter \repeatBegin tags order enforced by the XML2Guido visitor Version 1.061 - parser memory leak correction Version 1.06 - parser modified to accept PI (processing instructions) Version 1.05 - bug in musicxml to guido conversion corrected (introduced by v1.04): crash with single measure scores. Version 1.04 - bug in musicxml to guido conversion corrected: occured when the last last duration of a voice (or part) was equal to the first duration of the next voice, provided that this duration was not the guido default 1/4 duration. In this case first next voice duration was incorrectly set to the default 1/4 duration. Version 1.03 - transposing diatonic interval forced when null in transpose element and |steps| > 1 |
|
From: Dominique F. <fo...@gr...> - 2007-09-20 15:31:40
|
Dear all, A new version of the MusicXML library is available from sourceforge at the following address: http://sourceforge.net/project/showfiles.php?group_id=104971 The MusicXML library version 1.07 has been released for all the supported platforms. Best regards, Dominique Fober Change log ===================================================================== Version 1.07 - Bug in TUnrolledVisitor fixed (no section to add when "repeat" on the first bar) - crescendo and dimunuendo tags exported to guido - \clef \key \meter \repeatBegin tags order enforced by the XML2Guido visitor Version 1.061 - parser memory leak corrected Version 1.06 - parser modified to accept PI (processing instructions) Version 1.05 - bug in musicxml to guido conversion corrected (introduced by v1.04): crash with single measure scores. Version 1.04 - bug in musicxml to guido conversion corrected: occured when the last last duration of a voice (or part) was equal to the first duration of the next voice, provided that this duration was not the guido default 1/4 duration. In this case first next voice duration was incorrectly set to the default 1/4 duration. Version 1.03 - transposing diatonic interval forced when null in transpose element and |steps| > 1 |
|
From: Dominique F. <fo...@gr...> - 2007-07-05 17:29:33
|
Dear all, A new version of the MusicXML library is available from sourceforge at the following address: http://sourceforge.net/project/showfiles.php?group_id=104971 The MusicXML library version 1.05 has been released under the form of a src code package as well as binary packages for linux, macos x and windows. Note that the mac os x binaries are now universal binaries. Best regards, Dominique Fober Change log ===================================================================== Version 1.05 - bug in musicxml to guido conversion corrected (introduced by v1.04): crash with single measure scores. Version 1.04 - bug in musicxml to guido conversion corrected: occured when the last last duration of a voice (or part) was equal to the first duration of the next voice, provided that this duration was not the guido default 1/4 duration. In this case first next voice duration was incorrectly set to the default 1/4 duration. Version 1.03 - transposing diatonic interval forced when null in transpose element and |steps| > 1 |
|
From: Dominique F. <fo...@gr...> - 2007-03-07 09:35:14
|
Dear all, A new version of the MusicXML library is available from sourceforge at the following address: http://sourceforge.net/project/showfiles.php?group_id=104971 The MusicXML library version 1.04 has been released under the form of a src code package as well as binary packages for linux, macos x and windows. Note that the windows binaries have been compiled using Visual Studio 2005. (result of a recent discussion on the mailing list) Best regards, Dominique Fober Change log ===================================================================== Version 1.04 - bug in musicxml to guido conversion corrected: occured when the last last duration of a voice (or part) was equal to the first duration of the next voice, provided that this duration was not the guido default 1/4 duration. In this case first next voice duration was incorrectly set to the default 1/4 duration. Version 1.03 - transposing diatonic interval forced when null in transpose element and |steps| > 1 |
|
From: Dominique F. <fo...@gr...> - 2007-02-13 18:47:08
|
Hi all, A new version of the MusicXML library is available from sourceforge at the following address: http://sourceforge.net/project/ showfiles.php?group_id=104971 The MusicXML library version 1.02 has been released under the form of a src code package as well as binary packages for linux, macos x and windows. Note that the macos package is an universal binary package (ppc/i386). Best regards, Dominique Fober Version 1.02 change log - new TTransposeVisitor for dynamic score transposition - add a getDuration method in TMidiContextVisitor - correct TUnrolledVisitor in GetEndingNum and GetRepeatTimes - modification of musicxml to guido conversion: incomplete measures are not any more filled with "empty" barlines generation corrected (inhibited before a repeat begin) |
|
From: Dominique F. <fo...@gr...> - 2006-03-27 10:16:26
|
Hi all, That's finally done: the MusicXML library version 1.0 has been released under the form of a src code package as well as binary packages for linux, macos x and windows. (see at http://sourceforge.net/project/showfiles.php?group_id=104971 ) The corresponding ressources have been merged from the 'dev' to the 'main' cvs branch and tagged with the 'v100' label. The library supports the MusicXML format version 1.0. Best, Dominique Fober |