Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/hostext/PluginChannelAdapter.cpp @ 65:a712ed15d158
* Remove some (but not all) debug output
author | cannam |
---|---|
date | Fri, 01 Jun 2007 15:11:37 +0000 |
parents | 9d3272c7db60 |
children | fd58037b4a7b |
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginChannelAdapter.cpp Fri Jun 01 15:10:17 2007 +0000 +++ b/vamp-sdk/hostext/PluginChannelAdapter.cpp Fri Jun 01 15:11:37 2007 +0000 @@ -132,7 +132,7 @@ PluginChannelAdapter::process(const float *const *inputBuffers, RealTime timestamp) { - std::cerr << "PluginChannelAdapter::process: " << m_inputChannels << " -> " << m_pluginChannels << " channels" << std::endl; +// std::cerr << "PluginChannelAdapter::process: " << m_inputChannels << " -> " << m_pluginChannels << " channels" << std::endl; if (m_inputChannels < m_pluginChannels) {