From 7a72cd50582f838fc625ce56fe38c5bf4152a955 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 25 Jul 2016 02:43:38 +0200 Subject: classes/BowelyzerConfig.sc: Adding a Bool to the defaultControls for indicating whether to only forward OSC messages for the given channel, if the detected pitch was new. --- classes/BowelyzerConfig.sc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/classes/BowelyzerConfig.sc b/classes/BowelyzerConfig.sc index 47c9238..647ff01 100644 --- a/classes/BowelyzerConfig.sc +++ b/classes/BowelyzerConfig.sc @@ -62,7 +62,8 @@ BowelyzerConfig{ ]; const 0.5, \pitchDownSample -> 1, \sendReplyFreq ->20, - \freqRange -> [20, 20000] + \freqRange -> [20, 20000], + \onlyForwardOnNewPitch -> false ]); defaultConfig = Dictionary.with(*[ \inputs -> Dictionary.with(*[ -- cgit v1.2.3-54-g00ecf