* Add a note about using v2 api (temporarily, probably)
authorChris Cannam <cannam@all-day-breakfast.com>
Thu, 18 Sep 2008 11:44:09 +0000 (11:44 +0000)
committerChris Cannam <cannam@all-day-breakfast.com>
Thu, 18 Sep 2008 11:44:09 +0000 (11:44 +0000)
plugins/Notes.cpp

index 8f936d5..78b1ac3 100644 (file)
@@ -47,6 +47,8 @@ Notes::Notes(float inputSampleRate, unsigned int apiVersion) :
     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;
     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;
     }
 }
 
     }
 }