Mercurial > hg > may
changeset 60:7e48a92b6bbd
Fix initialise argument ordering
author | Chris Cannam |
---|---|
date | Thu, 10 Jan 2013 17:14:46 +0000 |
parents | f6c70e462cc3 |
children | bf25c6d663d2 |
files | vamp.yeti |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vamp.yeti Wed Jan 09 21:36:17 2013 +0000 +++ b/vamp.yeti Thu Jan 10 17:14:46 2013 +0000 @@ -122,7 +122,7 @@ get preferredStepSize () = p#getPreferredStepSize(), get minChannelCount () = p#getMinChannelCount(), get maxChannelCount () = p#getMaxChannelCount(), - initialise { channels, blocksize, hop } = p#initialise(channels, blocksize, hop), + initialise { channels, blocksize, hop } = p#initialise(channels, hop, blocksize), reset () = p#reset(), get outputs () = array (map outputDescriptor p#getOutputDescriptors()), process blocks time is 'a -> ~RealTime -> 'b =