comparison vamp-server/test.sh @ 278:71b166bcbcc3

Use a value that is obvious in the output, rather than getting wrapped around into a large unsigned
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 17 Oct 2018 15:43:35 +0100
parents d54dab075247
children fd337b37af9f
comparison
equal deleted inserted replaced
277:5ac494d998b2 278:71b166bcbcc3
69 {"method":"list","params": {"from":["vamp-example-plugins","something-nonexistent"]}} 69 {"method":"list","params": {"from":["vamp-example-plugins","something-nonexistent"]}}
70 {"method":"list","params": {"from":["something-nonexistent"]}} 70 {"method":"list","params": {"from":["something-nonexistent"]}}
71 {"method":"load","id":6,"params": {"key":"vamp-example-plugins:percussiononsets","inputSampleRate":44100,"adapterFlags":["AdaptInputDomain","AdaptBufferSize"]}} 71 {"method":"load","id":6,"params": {"key":"vamp-example-plugins:percussiononsets","inputSampleRate":44100,"adapterFlags":["AdaptInputDomain","AdaptBufferSize"]}}
72 {"method":"process","params": {"handle": 1, "processInput": { "timestamp": {"s": 0, "n": 0}, "inputBuffers": [ [1,2,3,4,5,6,7,8] ]}}} 72 {"method":"process","params": {"handle": 1, "processInput": { "timestamp": {"s": 0, "n": 0}, "inputBuffers": [ [1,2,3,4,5,6,7,8] ]}}}
73 {"method":"configure","id":"weevil","params":{"handle":1,"configuration":{"framing":{"blockSize": 8,"stepSize":8}, "channelCount": 1, "parameterValues": {"sensitivity": 40, "threshold": 3}}}} 73 {"method":"configure","id":"weevil","params":{"handle":1,"configuration":{"framing":{"blockSize": 8,"stepSize":8}, "channelCount": 1, "parameterValues": {"sensitivity": 40, "threshold": 3}}}}
74 {"method":"configure","id":9,"params":{"handle":-9999,"configuration":{"framing":{"blockSize": 8,"stepSize":8}, "channelCount": 1, "parameterValues": {"sensitivity": 40, "threshold": 3}}}} 74 {"method":"configure","id":9,"params":{"handle":9999,"configuration":{"framing":{"blockSize": 8,"stepSize":8}, "channelCount": 1, "parameterValues": {"sensitivity": 40, "threshold": 3}}}}
75 {"method":"process","params": {"handle": 1, "processInput": { "timestamp": {"s": 0, "n": 0}, "inputBuffers": [ [1,2,3,4,5,6,7,8] ]}}} 75 {"method":"process","params": {"handle": 1, "processInput": { "timestamp": {"s": 0, "n": 0}, "inputBuffers": [ [1,2,3,4,5,6,7,8] ]}}}
76 {"method":"finish","params": {"handle": 1}} 76 {"method":"finish","params": {"handle": 1}}
77 {"method":"finish","id":"blah","params": {"handle": 1}} 77 {"method":"finish","id":"blah","params": {"handle": 1}}
78 EOF 78 EOF
79 79