comparison plugin/RealTimePluginInstance.h @ 239:71f869dac40b

* Further fixes for Vamp API change, and update to support API versioning * Add plugin, output and parameter descriptions to GUI * Avoid squished panner in heads-up-display on pane when time-value or note layer is on top
author Chris Cannam
date Tue, 27 Feb 2007 12:51:38 +0000
parents 3a6af0e5e2d1
children 13e5870040e6
comparison
equal deleted inserted replaced
238:76635085e2d9 239:71f869dac40b
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 getPluginIdentifier() const = 0; 84 virtual QString getPluginIdentifier() const = 0;
85 virtual std::string getIdentifier() const;
86 85
87 /** 86 /**
88 * Run for one block, starting at the given time. The start time 87 * Run for one block, starting at the given time. The start time
89 * may be of interest to synths etc that may have queued events 88 * may be of interest to synths etc that may have queued events
90 * waiting. Other plugins can ignore it. 89 * waiting. Other plugins can ignore it.