From e8ea53ad98b6409e4d810b2e4bd5441cfa11c049 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 6 Aug 2016 16:43:26 +0200 Subject: default.json: Moving darmstadt.json to the more appropriate default.json. --- darmstadt.json | 56 -------------------------------------------------------- default.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 darmstadt.json create mode 100644 default.json diff --git a/darmstadt.json b/darmstadt.json deleted file mode 100644 index 26571e0..0000000 --- a/darmstadt.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "forwardAddress": "127.0.0.1", - "forwardPort": 57120, - "hubAddress": "127.0.0.1", - "hubPort": 57120, - "synthServerAddress": "127.0.0.1", - "synthServerPort": 57110, - "controls": { - "left": { - "active": true, - "amplitudeAttackTime": 0.01, - "amplitudeReleaseTime": 0.1, - "freqRange": [ 20, 20000 ], - "hfFoote": 0, - "hfHainsworth": 1, - "hfThreshold": 0.3, - "hfWaitTime": 0.04, - "onlyForwardOnNewPitch": false, - "pitchAmpThreshold": 0.01, - "pitchDownSample": 1, - "pitchExecFreq": 100, - "pitchInitFreq": 440, - "pitchMaxBinsPerOctave": 16, - "pitchMaxFreq": 4000, - "pitchMedian": 1, - "pitchMinFreq": 60, - "pitchPeakThreshold": 0.5, - "sendReplyFreq": 20 - }, - "right": { - "active": true, - "amplitudeAttackTime": 0.01, - "amplitudeReleaseTime": 0.1, - "freqRange": [ 20, 20000 ], - "hfFoote": 0, - "hfHainsworth": 1, - "hfThreshold": 0.3, - "hfWaitTime": 0.04, - "onlyForwardOnNewPitch": false, - "pitchAmpThreshold": 0.01, - "pitchDownSample": 1, - "pitchExecFreq": 100, - "pitchInitFreq": 440, - "pitchMaxBinsPerOctave": 16, - "pitchMaxFreq": 4000, - "pitchMedian": 1, - "pitchMinFreq": 60, - "pitchPeakThreshold": 0.5, - "sendReplyFreq": 20 - } - }, - "inputs": { - "left": 0, - "right": 1 - } -} diff --git a/default.json b/default.json new file mode 100644 index 0000000..26571e0 --- /dev/null +++ b/default.json @@ -0,0 +1,56 @@ +{ + "forwardAddress": "127.0.0.1", + "forwardPort": 57120, + "hubAddress": "127.0.0.1", + "hubPort": 57120, + "synthServerAddress": "127.0.0.1", + "synthServerPort": 57110, + "controls": { + "left": { + "active": true, + "amplitudeAttackTime": 0.01, + "amplitudeReleaseTime": 0.1, + "freqRange": [ 20, 20000 ], + "hfFoote": 0, + "hfHainsworth": 1, + "hfThreshold": 0.3, + "hfWaitTime": 0.04, + "onlyForwardOnNewPitch": false, + "pitchAmpThreshold": 0.01, + "pitchDownSample": 1, + "pitchExecFreq": 100, + "pitchInitFreq": 440, + "pitchMaxBinsPerOctave": 16, + "pitchMaxFreq": 4000, + "pitchMedian": 1, + "pitchMinFreq": 60, + "pitchPeakThreshold": 0.5, + "sendReplyFreq": 20 + }, + "right": { + "active": true, + "amplitudeAttackTime": 0.01, + "amplitudeReleaseTime": 0.1, + "freqRange": [ 20, 20000 ], + "hfFoote": 0, + "hfHainsworth": 1, + "hfThreshold": 0.3, + "hfWaitTime": 0.04, + "onlyForwardOnNewPitch": false, + "pitchAmpThreshold": 0.01, + "pitchDownSample": 1, + "pitchExecFreq": 100, + "pitchInitFreq": 440, + "pitchMaxBinsPerOctave": 16, + "pitchMaxFreq": 4000, + "pitchMedian": 1, + "pitchMinFreq": 60, + "pitchPeakThreshold": 0.5, + "sendReplyFreq": 20 + } + }, + "inputs": { + "left": 0, + "right": 1 + } +} -- cgit v1.2.3-54-g00ecf