changeset 432:8dea61e4a7be vampipe

Rename
author Chris Cannam
date Wed, 18 May 2016 12:21:17 +0100
parents 2819b5c9a395
children e979a9c4ffb6
files vamp-hostsdk/RequestResponse.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-hostsdk/RequestResponse.h	Wed May 18 10:53:19 2016 +0100
+++ b/vamp-hostsdk/RequestResponse.h	Wed May 18 12:21:17 2016 +0100
@@ -214,8 +214,8 @@
         plugin(0) { }
 
     Plugin *plugin;
+    std::vector<std::vector<float> > inputBuffers;
     RealTime timestamp;
-    std::vector<std::vector<float> > input;
 };
 
 /**