Mercurial > hg > vampy-host
diff vamp/collect.py @ 80:de501b7e165a
naming: PyPluginObject methods snake_case
author | Chris Cannam |
---|---|
date | Wed, 21 Jan 2015 12:31:32 +0000 |
parents | 650f0697812f |
children | a11b57e9fb0b |
line wrap: on
line diff
--- a/vamp/collect.py Wed Jan 21 12:28:16 2015 +0000 +++ b/vamp/collect.py Wed Jan 21 12:31:32 2015 +0000 @@ -36,7 +36,7 @@ plug, stepSize, blockSize = load.loadAndConfigureFor(data, sampleRate, key, parameters) - plugOuts = plug.getOutputs() + plugOuts = plug.get_outputs() if plugOuts == []: return