Mercurial > hg > sonic-visualiser
diff 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 |
line wrap: on
line diff
--- a/transform/TransformFactory.cpp Fri Sep 22 16:12:23 2006 +0000 +++ b/transform/TransformFactory.cpp Fri Sep 22 16:46:10 2006 +0000 @@ -282,7 +282,7 @@ //!!! if (descriptor->controlOutputPortCount == 0 || // descriptor->audioInputPortCount == 0) continue; - std::cout << "TransformFactory::populateRealTimePlugins: plugin " << pluginId.toStdString() << " has " << descriptor->controlOutputPortCount << " control output ports, " << descriptor->audioOutputPortCount << " audio outputs, " << descriptor->audioInputPortCount << " audio inputs" << std::endl; +// std::cout << "TransformFactory::populateRealTimePlugins: plugin " << pluginId.toStdString() << " has " << descriptor->controlOutputPortCount << " control output ports, " << descriptor->audioOutputPortCount << " audio outputs, " << descriptor->audioInputPortCount << " audio inputs" << std::endl; QString pluginDescription = descriptor->name.c_str(); QString category = factory->getPluginCategory(pluginId);