# HG changeset patch # User Chris Cannam # Date 1357838086 0 # Node ID 7e48a92b6bbdbb934eb0d489bf8676beb31de0ec # Parent f6c70e462cc322c30c891878da44ae916d9a79e8 Fix initialise argument ordering diff -r f6c70e462cc3 -r 7e48a92b6bbd vamp.yeti --- 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 =