diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-05-23 16:00:24 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-05-23 16:00:24 +0100 |
| commit | b643511ff513aadbd0485afc6b264702aac41021 (patch) | |
| tree | 1aad48b38f8aa7c4eb0b7aacac69b23e794f4510 /rotord/vampHost.h | |
| parent | 55513473ca37841b40662e1a0221d7dd260a59b7 (diff) | |
portability
Diffstat (limited to 'rotord/vampHost.h')
| -rw-r--r-- | rotord/vampHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/vampHost.h b/rotord/vampHost.h index 0ba26fd..fbf5228 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,const map<string,float> ¶ms); + bool init(const string &soname,const string &id,const int &_channels,const int &_bits,const int &_samples,const int &_rate,int outputNo,const map<string,float> ¶ms); void process_frame(uint8_t *data,int samples_in_frame); void cleanup(); |
