comparison layer/SpectrogramLayer.h @ 79:19bf27e4fb29

* Replace crash with warning when a transform could not be automatically re-run * More sensible default paths for Vamp plugin lookup (at least on Linux and OS/X) * A start to making the y coords for time value layers etc align * Set sensible y coords for text labels in time instant and value layers
author Chris Cannam
date Thu, 13 Apr 2006 18:29:10 +0000
parents fd348f36c0d3
children c683705adcbf
comparison
equal deleted inserted replaced
78:967193b6c7aa 79:19bf27e4fb29
181 181
182 float getYForFrequency(View *v, float frequency) const; 182 float getYForFrequency(View *v, float frequency) const;
183 float getFrequencyForY(View *v, int y) const; 183 float getFrequencyForY(View *v, int y) const;
184 184
185 virtual int getCompletion() const; 185 virtual int getCompletion() const;
186
187 virtual bool getValueExtents(float &min, float &max, QString &unit) const;
186 188
187 virtual QString toXmlString(QString indent = "", 189 virtual QString toXmlString(QString indent = "",
188 QString extraAttributes = "") const; 190 QString extraAttributes = "") const;
189 191
190 void setProperties(const QXmlAttributes &attributes); 192 void setProperties(const QXmlAttributes &attributes);