aboutsummaryrefslogtreecommitdiffstats
path: root/darmstadt.json
blob: 1a37504745e5e7d34f97697299f597bc4268d5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "synthServerAddress": "127.0.0.1",
  "synthServerPort": 57110,
  "hubAddress": "127.0.0.1",
  "hubPort": 57120,
  "forwardAddress": "127.0.0.1",
  "forwardPort": 57120,
  "controls":{
    "left": {
      "active": true,
      "amplitudeAttackTime": 0.01,
      "amplitudeReleaseTime": 0.1,
      "hfHainsworth": 1.0,
      "hfFoote": 0.0,
      "hfThreshold": 0.3,
      "hfWaitTime": 0.04,
      "pitchInitFreq": 440,
      "pitchMinFreq": 60,
      "pitchMaxFreq": 4000,
      "pitchExecFreq": 100,
      "pitchMaxBinsPerOctave": 16,
      "pitchMedian": 1,
      "pitchAmpThreshold": 0.01,
      "pitchPeakThreshold": 0.5,
      "pitchDownSample": 1,
      "sendReplyFreq": 20.0
    },
    "right": {
      "active": true,
      "amplitudeAttackTime": 0.01,
      "amplitudeReleaseTime": 0.1,
      "hfHainsworth": 1.0,
      "hfFoote": 0.0,
      "hfThreshold": 0.3,
      "hfWaitTime": 0.04,
      "pitchInitFreq": 440,
      "pitchMinFreq": 60,
      "pitchMaxFreq": 4000,
      "pitchExecFreq": 100,
      "pitchMaxBinsPerOctave": 16,
      "pitchMedian": 1,
      "pitchAmpThreshold": 0.01,
      "pitchPeakThreshold": 0.5,
      "pitchDownSample":1,
      "sendReplyFreq": 20.0
    }
  },
  "inputs": {
    "left": 0,
    "right": 1
  }
}