diff src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 290:c97e70ed5abc

* Doc updates, copyright updates, etc., in preparation for 2.1 release
author cannam
date Mon, 21 Sep 2009 09:33:05 +0000
parents 3e5ab1c7ea8c
children 5940dd0a399f
line wrap: on
line diff
--- a/src/vamp-hostsdk/PluginInputDomainAdapter.cpp	Wed Sep 16 11:27:15 2009 +0000
+++ b/src/vamp-hostsdk/PluginInputDomainAdapter.cpp	Mon Sep 21 09:33:05 2009 +0000
@@ -6,7 +6,7 @@
     An API for audio analysis and feature extraction plugins.
 
     Centre for Digital Music, Queen Mary, University of London.
-    Copyright 2006-2007 Chris Cannam and QMUL.
+    Copyright 2006-2009 Chris Cannam and QMUL.
   
     This file is based in part on Don Cross's public domain FFT
     implementation.
@@ -109,8 +109,6 @@
     ProcessTimestampMethod m_method;
     int m_processCount;
     float **m_shiftBuffers;
-//    FeatureSet prepadProcess(const float *const *inputBuffers,
-//                             RealTime timestamp);
 
 #ifdef HAVE_FFTW3
     fftw_plan m_plan;