Revision 23:633ec097fa56 BeatRootVampPlugin.h

View differences:

BeatRootVampPlugin.h
16 16
#ifndef _BEATROOT_VAMP_PLUGIN_H_
17 17
#define _BEATROOT_VAMP_PLUGIN_H_
18 18

  
19
#include "Agent.h"
20

  
19 21
#include <vamp-sdk/Plugin.h>
20 22

  
21 23
using std::string;
......
61 63

  
62 64
protected:
63 65
    BeatRootProcessor *m_processor;
66
    AgentParameters m_parameters;
64 67
};
65 68

  
66 69

  

Also available in: Unified diff