Mercurial > hg > vamp-plugin-sdk
comparison 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 |
comparison
equal
deleted
inserted
replaced
64:9d3272c7db60 | 65:a712ed15d158 |
---|---|
130 | 130 |
131 PluginChannelAdapter::FeatureSet | 131 PluginChannelAdapter::FeatureSet |
132 PluginChannelAdapter::process(const float *const *inputBuffers, | 132 PluginChannelAdapter::process(const float *const *inputBuffers, |
133 RealTime timestamp) | 133 RealTime timestamp) |
134 { | 134 { |
135 std::cerr << "PluginChannelAdapter::process: " << m_inputChannels << " -> " << m_pluginChannels << " channels" << std::endl; | 135 // std::cerr << "PluginChannelAdapter::process: " << m_inputChannels << " -> " << m_pluginChannels << " channels" << std::endl; |
136 | 136 |
137 if (m_inputChannels < m_pluginChannels) { | 137 if (m_inputChannels < m_pluginChannels) { |
138 | 138 |
139 if (m_inputChannels == 1) { | 139 if (m_inputChannels == 1) { |
140 for (size_t i = 0; i < m_pluginChannels; ++i) { | 140 for (size_t i = 0; i < m_pluginChannels; ++i) { |