Mercurial > hg > sonic-visualiser
comparison transform/RealTimePluginTransform.cpp @ 140:107ca17594c8 sv1-1.0rc1
* remove more debug output
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 14:31:39 +0000 |
parents | 006c90387f40 |
children | 3e5a32a2acf4 |
comparison
equal
deleted
inserted
replaced
139:ee977f93f66c | 140:107ca17594c8 |
---|---|
40 m_plugin(0), | 40 m_plugin(0), |
41 m_outputNo(output) | 41 m_outputNo(output) |
42 { | 42 { |
43 if (!m_context.blockSize) m_context.blockSize = 1024; | 43 if (!m_context.blockSize) m_context.blockSize = 1024; |
44 | 44 |
45 std::cerr << "RealTimePluginTransform::RealTimePluginTransform: plugin " << pluginId.toStdString() << ", output " << output << std::endl; | 45 // std::cerr << "RealTimePluginTransform::RealTimePluginTransform: plugin " << pluginId.toStdString() << ", output " << output << std::endl; |
46 | 46 |
47 RealTimePluginFactory *factory = | 47 RealTimePluginFactory *factory = |
48 RealTimePluginFactory::instanceFor(pluginId); | 48 RealTimePluginFactory::instanceFor(pluginId); |
49 | 49 |
50 if (!factory) { | 50 if (!factory) { |