Mercurial > hg > vampy
diff PyPlugin.h @ 47:8b2eddf686da
Fix blockSize+2 for frequency domin plugins
author | fazekasgy |
---|---|
date | Tue, 06 Oct 2009 09:27:20 +0000 |
parents | 27bab3a16c9a |
children | c1e4f706ca9a |
line wrap: on
line diff
--- a/PyPlugin.h Mon Oct 05 16:14:25 2009 +0000 +++ b/PyPlugin.h Tue Oct 06 09:27:20 2009 +0000 @@ -410,7 +410,7 @@ PyObject *pyChannelList = NULL; if (m_processType == numpy_bufferProcess) { - pyChannelList = m_ti.InputBuffers_As_SharedMemoryList(inputBuffers,m_channels,m_blockSize); + pyChannelList = m_ti.InputBuffers_As_SharedMemoryList(inputBuffers,m_channels,m_blockSize,m_inputDomain); } if (m_processType == legacyProcess) {