Mercurial > hg > svgui
comparison widgets/PluginParameterDialog.h @ 146:a1f7d265ac79
* More to do with passing around step/blocksize etc from plugin dialog to
plugins. Still some puzzling unresolved details.
author | Chris Cannam |
---|---|
date | Tue, 19 Sep 2006 14:37:06 +0000 |
parents | 4d132a06db9b |
children | 8c730f49b9b3 |
comparison
equal
deleted
inserted
replaced
145:4d132a06db9b | 146:a1f7d265ac79 |
---|---|
50 | 50 |
51 Vamp::PluginBase *getPlugin() { return m_plugin; } | 51 Vamp::PluginBase *getPlugin() { return m_plugin; } |
52 | 52 |
53 int getChannel() const { return m_channel; } | 53 int getChannel() const { return m_channel; } |
54 | 54 |
55 //!!! merge with PluginTransform::ExecutionContext | |
56 | |
55 void getProcessingParameters(size_t &blockSize) const; | 57 void getProcessingParameters(size_t &blockSize) const; |
56 void getProcessingParameters(size_t &stepSize, size_t &blockSize, | 58 void getProcessingParameters(size_t &stepSize, size_t &blockSize, |
57 WindowType &windowType) const; | 59 WindowType &windowType) const; |
58 | 60 |
59 signals: | 61 signals: |