diff options
author | David Runge <dave@sleepmap.de> | 2016-06-30 16:28:33 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-06-30 16:28:33 +0200 |
commit | 75238c9c737b6ca8fbf276129c67b86c4a282b14 (patch) | |
tree | 171d446d589b8d2907ac503452b5ec985426d4ee | |
parent | 7e89ddf046689e5691e0479ad3690c04315c2407 (diff) | |
download | bowelyzer-75238c9c737b6ca8fbf276129c67b86c4a282b14.tar.gz bowelyzer-75238c9c737b6ca8fbf276129c67b86c4a282b14.tar.bz2 bowelyzer-75238c9c737b6ca8fbf276129c67b86c4a282b14.tar.xz bowelyzer-75238c9c737b6ca8fbf276129c67b86c4a282b14.zip |
BowelyzerConfig.sc: Adding ControlSpec for ports.
-rw-r--r-- | BowelyzerConfig.sc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BowelyzerConfig.sc b/BowelyzerConfig.sc index 7a45148..afb3199 100644 --- a/BowelyzerConfig.sc +++ b/BowelyzerConfig.sc @@ -120,6 +120,7 @@ BowelyzerConfig{ 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"); + ControlSpec.specs[\port] = ControlSpec(1, 65535, \lin, 1, 0, units: "ports"); } // create the default configuration |