changeset 455:8264c35ffe11

merge
author matthiasm
date Wed, 01 Apr 2015 12:55:04 +0100
parents 0a01d8bc7508 (current diff) a2d7e5f75bac (diff)
children 4018ee2fcb60
files
diffstat 2 files changed, 33 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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:
 
--- 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
 ==================================