Mercurial > hg > sonic-visualiser
comparison transform/TransformFactory.cpp @ 35:06787742542a
* Add a bit of resistance to pane dragging so as to make it harder to
inadvertently drag in the other axis from the one you intended
author | Chris Cannam |
---|---|
date | Fri, 22 Sep 2006 16:46:10 +0000 |
parents | 8ad306d8a568 |
children | fbd7a497fd89 |
comparison
equal
deleted
inserted
replaced
34:8ad306d8a568 | 35:06787742542a |
---|---|
280 } | 280 } |
281 | 281 |
282 //!!! if (descriptor->controlOutputPortCount == 0 || | 282 //!!! if (descriptor->controlOutputPortCount == 0 || |
283 // descriptor->audioInputPortCount == 0) continue; | 283 // descriptor->audioInputPortCount == 0) continue; |
284 | 284 |
285 std::cout << "TransformFactory::populateRealTimePlugins: plugin " << pluginId.toStdString() << " has " << descriptor->controlOutputPortCount << " control output ports, " << descriptor->audioOutputPortCount << " audio outputs, " << descriptor->audioInputPortCount << " audio inputs" << std::endl; | 285 // std::cout << "TransformFactory::populateRealTimePlugins: plugin " << pluginId.toStdString() << " has " << descriptor->controlOutputPortCount << " control output ports, " << descriptor->audioOutputPortCount << " audio outputs, " << descriptor->audioInputPortCount << " audio inputs" << std::endl; |
286 | 286 |
287 QString pluginDescription = descriptor->name.c_str(); | 287 QString pluginDescription = descriptor->name.c_str(); |
288 QString category = factory->getPluginCategory(pluginId); | 288 QString category = factory->getPluginCategory(pluginId); |
289 bool configurable = (descriptor->parameterCount > 0); | 289 bool configurable = (descriptor->parameterCount > 0); |
290 | 290 |