comparison plugin/transform/PluginTransformer.h @ 333:1afaf98dbf11

* Factor out uses of "Sonic Visualiser" in "common" code to applicationName() * Add ability to show work title + artist in top-left of pane (thinking of Vect but may be useful in SV in future) * A few other generalisations useful for Vect
author Chris Cannam
date Fri, 09 Nov 2007 17:46:58 +0000
parents f620ce48c950
children
comparison
equal deleted inserted replaced
332:13e5870040e6 333:1afaf98dbf11
49 size_t blockSize; 49 size_t blockSize;
50 WindowType windowType; 50 WindowType windowType;
51 size_t startFrame; 51 size_t startFrame;
52 size_t duration; // 0 -> whole thing 52 size_t duration; // 0 -> whole thing
53 float sampleRate; // 0 -> model's rate 53 float sampleRate; // 0 -> model's rate
54 bool updates;
54 }; 55 };
55 56
56 protected: 57 protected:
57 PluginTransformer(Model *inputModel, 58 PluginTransformer(Model *inputModel,
58 const ExecutionContext &context); 59 const ExecutionContext &context);