From 195adaa0860f0d2e32ff32ba72226a49e7cf0d59 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 22 Jun 2016 02:05:05 +0200 Subject: BowelyzerConfig.sc: Fixing pitchDownSample ControlSpec. Adding ControlSpec for input to Synths. --- BowelyzerConfig.sc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BowelyzerConfig.sc b/BowelyzerConfig.sc index 8080bf9..70672c9 100644 --- a/BowelyzerConfig.sc +++ b/BowelyzerConfig.sc @@ -116,8 +116,9 @@ BowelyzerConfig{ ControlSpec.specs[\pitchMedian] = ControlSpec(1, 64, \lin, 1, 1, units: ""); ControlSpec.specs[\pitchAmpThreshold] = ControlSpec(0.01, 1.0, \lin, 0.01, 0.01, units: "dB"); ControlSpec.specs[\pitchPeakThreshold] = ControlSpec(0.01, 1.0, \lin, 0.01, 0.5, units: "dB"); - ControlSpec.specs[\pitchDownSample] = ControlSpec(0.01, 1.0, \lin, 0.01, 0.5, units: "dB"); + ControlSpec.specs[\pitchDownSample] = ControlSpec(1, 100, \lin, 1, 1, units: "samples"); ControlSpec.specs[\sendReplyFreq] = ControlSpec(1, 100, \exp, 0.1, 20, units: "Hz"); + ControlSpec.specs[\input] = ControlSpec(0, Server.default.options.numInputBusChannels-1, \lin, 1, 0, units: "channels"); } // create the default configuration -- cgit v1.2.3-54-g00ecf