diff options
author | David Runge <dave@sleepmap.de> | 2016-08-06 16:42:49 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-08-06 16:42:49 +0200 |
commit | 738cfaca94b733d77cbdc2fc99767a87bb72f9e6 (patch) | |
tree | afe0e7e73263aeead80d65b18ea855e7194708a1 /darmstadt.json | |
parent | 3f7188b61fff41ba67ef264b33825dffd3cf5e57 (diff) | |
download | bowelyzer-738cfaca94b733d77cbdc2fc99767a87bb72f9e6.tar.gz bowelyzer-738cfaca94b733d77cbdc2fc99767a87bb72f9e6.tar.bz2 bowelyzer-738cfaca94b733d77cbdc2fc99767a87bb72f9e6.tar.xz bowelyzer-738cfaca94b733d77cbdc2fc99767a87bb72f9e6.zip |
darmstadt.json: Updating all default settings and their (now alphabetical) ordering.
Diffstat (limited to 'darmstadt.json')
-rw-r--r-- | darmstadt.json | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/darmstadt.json b/darmstadt.json index 1a37504..26571e0 100644 --- a/darmstadt.json +++ b/darmstadt.json @@ -1,48 +1,52 @@ { - "synthServerAddress": "127.0.0.1", - "synthServerPort": 57110, - "hubAddress": "127.0.0.1", - "hubPort": 57120, "forwardAddress": "127.0.0.1", "forwardPort": 57120, - "controls":{ + "hubAddress": "127.0.0.1", + "hubPort": 57120, + "synthServerAddress": "127.0.0.1", + "synthServerPort": 57110, + "controls": { "left": { "active": true, "amplitudeAttackTime": 0.01, "amplitudeReleaseTime": 0.1, - "hfHainsworth": 1.0, - "hfFoote": 0.0, + "freqRange": [ 20, 20000 ], + "hfFoote": 0, + "hfHainsworth": 1, "hfThreshold": 0.3, "hfWaitTime": 0.04, - "pitchInitFreq": 440, - "pitchMinFreq": 60, - "pitchMaxFreq": 4000, + "onlyForwardOnNewPitch": false, + "pitchAmpThreshold": 0.01, + "pitchDownSample": 1, "pitchExecFreq": 100, + "pitchInitFreq": 440, "pitchMaxBinsPerOctave": 16, + "pitchMaxFreq": 4000, "pitchMedian": 1, - "pitchAmpThreshold": 0.01, + "pitchMinFreq": 60, "pitchPeakThreshold": 0.5, - "pitchDownSample": 1, - "sendReplyFreq": 20.0 + "sendReplyFreq": 20 }, "right": { "active": true, "amplitudeAttackTime": 0.01, "amplitudeReleaseTime": 0.1, - "hfHainsworth": 1.0, - "hfFoote": 0.0, + "freqRange": [ 20, 20000 ], + "hfFoote": 0, + "hfHainsworth": 1, "hfThreshold": 0.3, "hfWaitTime": 0.04, - "pitchInitFreq": 440, - "pitchMinFreq": 60, - "pitchMaxFreq": 4000, + "onlyForwardOnNewPitch": false, + "pitchAmpThreshold": 0.01, + "pitchDownSample": 1, "pitchExecFreq": 100, + "pitchInitFreq": 440, "pitchMaxBinsPerOctave": 16, + "pitchMaxFreq": 4000, "pitchMedian": 1, - "pitchAmpThreshold": 0.01, + "pitchMinFreq": 60, "pitchPeakThreshold": 0.5, - "pitchDownSample":1, - "sendReplyFreq": 20.0 + "sendReplyFreq": 20 } }, "inputs": { |