Mercurial > hg > vampy-host
changeset 42:9dd449a19004
Doc fix
author | Chris Cannam |
---|---|
date | Wed, 26 Nov 2014 18:17:40 +0000 |
parents | 55fcd0e3e513 |
children | 36cc53aad853 |
files | PyPluginObject.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/PyPluginObject.cpp Wed Nov 26 18:08:53 2014 +0000 +++ b/PyPluginObject.cpp Wed Nov 26 18:17:40 2014 +0000 @@ -438,7 +438,7 @@ &pyBuffer, // Audio data &pyRealTime)) { // TimeStamp PyErr_SetString(PyExc_TypeError, - "process() takes plugin handle (object), buffer (list of arrays of floats, one array per channel) and timestamp (RealTime) arguments"); + "process() takes plugin handle (object), buffer (2D array or list of arrays, one row per channel) and timestamp (RealTime) arguments"); return 0; } if (!PyRealTime_Check(pyRealTime)) {