diff options
author | David Runge <dave@sleepmap.de> | 2016-06-30 12:58:27 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-06-30 12:58:27 +0200 |
commit | 891612475a0e10a82f2cd0007852577c97f38e90 (patch) | |
tree | baf4cca7051c1a9fafb7434bef5c2cc6a6a38d7b /darmstadt.json | |
parent | ca9d41147d1a0672e520c1d43c904d62cf3803d8 (diff) | |
download | bowelyzer-891612475a0e10a82f2cd0007852577c97f38e90.tar.gz bowelyzer-891612475a0e10a82f2cd0007852577c97f38e90.tar.bz2 bowelyzer-891612475a0e10a82f2cd0007852577c97f38e90.tar.xz bowelyzer-891612475a0e10a82f2cd0007852577c97f38e90.zip |
darmstadt.json: Extending the (still very default) configuration by the \active control.
Diffstat (limited to 'darmstadt.json')
-rw-r--r-- | darmstadt.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/darmstadt.json b/darmstadt.json index 7d19f9f..1a37504 100644 --- a/darmstadt.json +++ b/darmstadt.json @@ -7,6 +7,7 @@ "forwardPort": 57120, "controls":{ "left": { + "active": true, "amplitudeAttackTime": 0.01, "amplitudeReleaseTime": 0.1, "hfHainsworth": 1.0, @@ -25,6 +26,7 @@ "sendReplyFreq": 20.0 }, "right": { + "active": true, "amplitudeAttackTime": 0.01, "amplitudeReleaseTime": 0.1, "hfHainsworth": 1.0, |