changeset 21:58619878e0e9

* Add a note about using v2 api (temporarily, probably)
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 18 Sep 2008 11:44:09 +0000
parents 8c939fff7ee1
children a83125c623f0
files plugins/Notes.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Notes.cpp	Thu Jul 17 08:51:13 2008 +0000
+++ b/plugins/Notes.cpp	Thu Sep 18 11:44:09 2008 +0000
@@ -47,6 +47,8 @@
     if (apiVersion == 1) {
         cerr << "vamp-aubio: WARNING: using compatibility version 1 of the Vamp API for note\n"
              << "tracker plugin: upgrade your host to v2 for proper duration support" << endl;
+    } else {
+        cerr << "vamp-aubio: NOTE: using v2 API for true durations" << endl;
     }
 }