Mercurial > hg > svcore
comparison plugin/RealTimePluginInstance.h @ 237:3a6af0e5e2d1
* Update along with latest Vamp API change. This has not yet been tested.
author | Chris Cannam |
---|---|
date | Mon, 26 Feb 2007 18:13:07 +0000 |
parents | 163f3428bbe0 |
children | 71f869dac40b |
comparison
equal
deleted
inserted
replaced
236:3e6fee4e4257 | 237:3a6af0e5e2d1 |
---|---|
79 | 79 |
80 virtual ~RealTimePluginInstance(); | 80 virtual ~RealTimePluginInstance(); |
81 | 81 |
82 virtual bool isOK() const = 0; | 82 virtual bool isOK() const = 0; |
83 | 83 |
84 virtual QString getIdentifier() const = 0; | 84 virtual QString getPluginIdentifier() const = 0; |
85 virtual std::string getIdentifier() const; | |
85 | 86 |
86 /** | 87 /** |
87 * Run for one block, starting at the given time. The start time | 88 * Run for one block, starting at the given time. The start time |
88 * may be of interest to synths etc that may have queued events | 89 * may be of interest to synths etc that may have queued events |
89 * waiting. Other plugins can ignore it. | 90 * waiting. Other plugins can ignore it. |