diff options
-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 |