aboutsummaryrefslogtreecommitdiffstats
path: root/darmstadt.json
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-05-29 13:38:07 +0200
committerDavid Runge <dave@sleepmap.de>2016-05-29 13:38:07 +0200
commit74bb3e3290d8f4ea82b2caf79f4b96bb7991faad (patch)
tree2da93c9e1923893ec752108733397204821e273d /darmstadt.json
parent33d8b5bff1feb3c35fc049e29fcaca985d50520b (diff)
downloadbowelyzer-74bb3e3290d8f4ea82b2caf79f4b96bb7991faad.tar.gz
bowelyzer-74bb3e3290d8f4ea82b2caf79f4b96bb7991faad.tar.bz2
bowelyzer-74bb3e3290d8f4ea82b2caf79f4b96bb7991faad.tar.xz
bowelyzer-74bb3e3290d8f4ea82b2caf79f4b96bb7991faad.zip
First commit of bowelyzer code. Includes Bowelyzer.sc, Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON.
Diffstat (limited to 'darmstadt.json')
-rw-r--r--darmstadt.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/darmstadt.json b/darmstadt.json
new file mode 100644
index 0000000..e9b64bf
--- /dev/null
+++ b/darmstadt.json
@@ -0,0 +1,54 @@
+{
+"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": {
+ "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": {
+ "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
+ }
+ }
+} \ No newline at end of file