Mercurial > hg > svcore
comparison transform/TransformFactory.cpp @ 102:0a846f83a4b7
* Move matrix/fft file code to fileio (from base)
* Add right-button menu to panes
author | Chris Cannam |
---|---|
date | Fri, 05 May 2006 13:06:47 +0000 |
parents | 9e027aa5b5c3 |
children | c30728d5625c |
comparison
equal
deleted
inserted
replaced
101:ce1d385f4f89 | 102:0a846f83a4b7 |
---|---|
173 | 173 |
174 bool configurable = (!plugin->getPrograms().empty() || | 174 bool configurable = (!plugin->getPrograms().empty() || |
175 !plugin->getParameterDescriptors().empty()); | 175 !plugin->getParameterDescriptors().empty()); |
176 | 176 |
177 transforms[transformName] = | 177 transforms[transformName] = |
178 TransformDesc(tr("Analysis Plugin"), | 178 TransformDesc(tr("Analysis Plugins"), |
179 transformName, | 179 transformName, |
180 userDescription, | 180 userDescription, |
181 friendlyName, | 181 friendlyName, |
182 plugin->getMaker().c_str(), | 182 plugin->getMaker().c_str(), |
183 units, | 183 units, |
253 | 253 |
254 | 254 |
255 bool configurable = (descriptor->parameterCount > 0); | 255 bool configurable = (descriptor->parameterCount > 0); |
256 | 256 |
257 transforms[transformName] = | 257 transforms[transformName] = |
258 TransformDesc(tr("Real-Time Plugin"), | 258 TransformDesc(tr("Other Plugins"), |
259 transformName, | 259 transformName, |
260 userDescription, | 260 userDescription, |
261 userDescription, | 261 userDescription, |
262 descriptor->maker.c_str(), | 262 descriptor->maker.c_str(), |
263 units, | 263 units, |