# HG changeset patch # User Chris Cannam # Date 1539787415 -3600 # Node ID 71b166bcbcc3f0d57ba7aaf479bae18a68b85a90 # Parent 5ac494d998b2f9410d0ff60c88bda74d7c75b36e Use a value that is obvious in the output, rather than getting wrapped around into a large unsigned diff -r 5ac494d998b2 -r 71b166bcbcc3 vamp-server/test.sh --- a/vamp-server/test.sh Wed Oct 17 15:43:27 2018 +0100 +++ b/vamp-server/test.sh Wed Oct 17 15:43:35 2018 +0100 @@ -71,7 +71,7 @@ {"method":"load","id":6,"params": {"key":"vamp-example-plugins:percussiononsets","inputSampleRate":44100,"adapterFlags":["AdaptInputDomain","AdaptBufferSize"]}} {"method":"process","params": {"handle": 1, "processInput": { "timestamp": {"s": 0, "n": 0}, "inputBuffers": [ [1,2,3,4,5,6,7,8] ]}}} {"method":"configure","id":"weevil","params":{"handle":1,"configuration":{"framing":{"blockSize": 8,"stepSize":8}, "channelCount": 1, "parameterValues": {"sensitivity": 40, "threshold": 3}}}} -{"method":"configure","id":9,"params":{"handle":-9999,"configuration":{"framing":{"blockSize": 8,"stepSize":8}, "channelCount": 1, "parameterValues": {"sensitivity": 40, "threshold": 3}}}} +{"method":"configure","id":9,"params":{"handle":9999,"configuration":{"framing":{"blockSize": 8,"stepSize":8}, "channelCount": 1, "parameterValues": {"sensitivity": 40, "threshold": 3}}}} {"method":"process","params": {"handle": 1, "processInput": { "timestamp": {"s": 0, "n": 0}, "inputBuffers": [ [1,2,3,4,5,6,7,8] ]}}} {"method":"finish","params": {"handle": 1}} {"method":"finish","id":"blah","params": {"handle": 1}}