From: Alexander Green Date: Thu, 31 Oct 2013 04:29:55 +0000 (-0700) Subject: Merge branch 'master' of https://github.com/sugarcubes/SugarCubes X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1d0de60d419a93bd266808c76b2e4c66e2fe1ce4;hp=1d10568e37941b6da5fc9c4d58f41d50fba8fb89;p=SugarCubes.git Merge branch 'master' of https://github.com/sugarcubes/SugarCubes sensitivity changes --- diff --git a/_MIDI.pde b/_MIDI.pde index a336320..a0031f6 100644 --- a/_MIDI.pde +++ b/_MIDI.pde @@ -447,7 +447,7 @@ public class APC40MidiInput extends GenericDeviceMidiInput { } else { cv = cv - 64; } - val += (cv - 64) / 300.; + val += (cv - 64) / 500.; effects.colorFucker.hueShift.setValue((val+1) % 1); return true; }