From 830f1d296e402a89c6146e4183e1a2490ca64406 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 19 Jun 2016 19:33:36 +0200 Subject: Bowelyzer.sc, BowelyzerAnalyzer.sc, BowelyzerConfig.sc, BowelyzerOSCHub.sc: Moving from String based identifiers to Symbols. Further refining the configuration parsing and validation process. darmstadt.json: Moving names into inputs Dictionary, holding channel number (offsets are not required/feasible) and name. --- darmstadt.json | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) (limited to 'darmstadt.json') diff --git a/darmstadt.json b/darmstadt.json index e9b64bf..7d19f9f 100644 --- a/darmstadt.json +++ b/darmstadt.json @@ -1,20 +1,12 @@ { -"names": [ - "left", - "right" -], -"channelOffset": [ - 0, - 0 -], -"synthServerAddress": "127.0.0.1", -"synthServerPort": 57110, -"hubAddress": "127.0.0.1", -"hubPort": 57120, -"forwardAddress": "127.0.0.1", -"forwardPort": 9999, -"controls":{ - "left": { + "synthServerAddress": "127.0.0.1", + "synthServerPort": 57110, + "hubAddress": "127.0.0.1", + "hubPort": 57120, + "forwardAddress": "127.0.0.1", + "forwardPort": 57120, + "controls":{ + "left": { "amplitudeAttackTime": 0.01, "amplitudeReleaseTime": 0.1, "hfHainsworth": 1.0, @@ -31,8 +23,8 @@ "pitchPeakThreshold": 0.5, "pitchDownSample": 1, "sendReplyFreq": 20.0 - }, - "right": { + }, + "right": { "amplitudeAttackTime": 0.01, "amplitudeReleaseTime": 0.1, "hfHainsworth": 1.0, @@ -50,5 +42,9 @@ "pitchDownSample":1, "sendReplyFreq": 20.0 } + }, + "inputs": { + "left": 0, + "right": 1 } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf