summaryrefslogtreecommitdiff
path: root/rotord/vampHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/vampHost.h')
-rw-r--r--rotord/vampHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/vampHost.h b/rotord/vampHost.h
index 3758055..0ba26fd 100644
--- a/rotord/vampHost.h
+++ b/rotord/vampHost.h
@@ -56,7 +56,7 @@ namespace vampHost {
class Analyser{
//can load any vamp analysis plugin and present its data with a unified interface
public:
- bool init(const string &soname,const string &id,const int &_channels,const int &_bits,const int &_samples,const int &_rate,const int &_outputNo=0,const string &_output="");
+ bool init(const string &soname,const string &id,const int &_channels,const int &_bits,const int &_samples,const int &_rate,const int outputNo,const map<string,float> &params);
void process_frame(uint8_t *data,int samples_in_frame);
void cleanup();