comparison plugin/LADSPAPluginInstance.h @ 57:7439f1696314

* Add editing for auralisation plugin parameters and programs * Rename and reorganise the sample plugin sample set
author Chris Cannam
date Thu, 23 Mar 2006 15:49:41 +0000
parents d397ea0a79f5
children 3086ff194ea0
comparison
equal deleted inserted replaced
56:2157fa46c1e7 57:7439f1696314
72 virtual size_t getLatency(); 72 virtual size_t getLatency();
73 73
74 virtual void silence(); 74 virtual void silence();
75 virtual void setIdealChannelCount(size_t channels); // may re-instantiate 75 virtual void setIdealChannelCount(size_t channels); // may re-instantiate
76 76
77 virtual std::string getType() const { return "LADSPA Real-Time Plugin"; }
78
77 protected: 79 protected:
78 // To be constructed only by LADSPAPluginFactory 80 // To be constructed only by LADSPAPluginFactory
79 friend class LADSPAPluginFactory; 81 friend class LADSPAPluginFactory;
80 82
81 // Constructor that creates the buffers internally 83 // Constructor that creates the buffers internally