diff examples/configurationrequest.json @ 160:45fa68ee83ce

Remove the term "plugin" in various places
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 06 Oct 2016 13:38:16 +0100
parents 06622c018b8e
children
line wrap: on
line diff
--- a/examples/configurationrequest.json	Thu Oct 06 12:12:41 2016 +0100
+++ b/examples/configurationrequest.json	Thu Oct 06 13:38:16 2016 +0100
@@ -1,1 +1,1 @@
-{"pluginHandle":12345,"configuration":{"blockSize": 512, "channelCount": 2, "parameterValues": {"sensitivity": 40, "threshold": 3}, "stepSize": 1024}}
+{"handle":12345,"configuration":{"blockSize": 512, "channelCount": 2, "parameterValues": {"sensitivity": 40, "threshold": 3}, "stepSize": 1024}}