# HG changeset patch # User matthiasm # Date 1427889304 -3600 # Node ID 8264c35ffe11b4b91a4a483c61d7fb70bbd84877 # Parent 0a01d8bc7508626619ff3eb4e6d0b9bed9f0a7f2# Parent a2d7e5f75bac265d512abc46d647ca0c8b118dfb merge diff -r 0a01d8bc7508 -r 8264c35ffe11 CHANGELOG --- a/CHANGELOG Wed Apr 01 12:54:44 2015 +0100 +++ b/CHANGELOG Wed Apr 01 12:55:04 2015 +0100 @@ -1,3 +1,34 @@ + +Changes in Tony 1.0 since the previous release 0.6: + + * The underlying pYin analysis plugin has been updated; more analysis + options are available + + * Notes can be dragged up and down using the mouse in edit mode. When + you drag a note, the pitch track underneath it snaps to the nearest + spectral peaks (if any are found). Releasing the note makes the + note snap back to the (possibly now moved) underlying pitch values. + + * Exported pitch track CSV files now contain one row for every + processing frame in the file, and those with no identified pitch + have the pitch recorded as 0. This is useful for some evaluation + and post-processing tools, and it's easier to filter out the 0 + values if you don't need them than add them afterwards if you do + + * Exported note track CSV files now omit the (meaningless, in this + context) velocity column + + * Level and pan for a layer (audio, pitch track, notes) are now shown + in a little matrix widget, which is quicker to read than the + previous pair of rotary dials; click on it to pop up an editable + version + + * Horizontal scrolling using a Mac trackpad now works properly + + * Tony now finds plugins in its own installation directory by default + (can be overridden with TONY_VAMP_PATH environment variable) + + * Bug fixes Changes in Tony 0.6 since the previous release 0.5: diff -r 0a01d8bc7508 -r 8264c35ffe11 README --- a/README Wed Apr 01 12:54:44 2015 +0100 +++ b/README Wed Apr 01 12:55:04 2015 +0100 @@ -14,9 +14,10 @@ * robust monophonic pitch track extraction (using pYIN) * note track extraction * facility to manually adjust pitch track and note track + * facility to audition pitch and note track * note pitch automatically snaps to pitch track * import/export of pitch track and note track - * some more + Authors, Citation, License and Use ==================================