Mercurial > hg > sonic-annotator
diff CHANGELOG @ 28:102bb1729184 sonic-annotator-0.4
* Test fixes for cases where the behaviour has actually been fixed for 0.4
* Emphasise this change in CHANGELOG
author | Chris Cannam |
---|---|
date | Fri, 25 Sep 2009 12:00:58 +0000 |
parents | 9fef62a3696d |
children | 6e41464262f9 |
line wrap: on
line diff
--- a/CHANGELOG Thu Sep 24 14:34:00 2009 +0000 +++ b/CHANGELOG Fri Sep 25 12:00:58 2009 +0000 @@ -7,12 +7,16 @@ Front-end changes: + - Frequency-domain plugins now use the PluginInputDomainAdapter's new + ShiftData processing method, ensuring that the first block received + by the plugin is the one centred on 0 rather than starting at 0. + Unfortunately, the old behaviour omitted a timing compensation step, + and this fix actually changes the results from some plugin processes: + the previous behaviour was not always in line with the Vamp plugin + specification. + - More useful diagnostics are now available when a plugin fails to - load or run - - Frequency-domain plugins now use the PluginInputDomainAdapter's - new ShiftData processing method, ensuring that the first block - received by the plugin is the one centred on 0 rather than starting - at 0: we think this is a better match for normal usage expectations. + load or run. CSV back-end (feature writer) changes: