Merge branch 'master' of https://github.com/sugarcubes/SugarCubes
authorAlexander Green <alexandergreen22@gmail.com>
Thu, 31 Oct 2013 04:29:55 +0000 (21:29 -0700)
committerAlexander Green <alexandergreen22@gmail.com>
Thu, 31 Oct 2013 04:29:55 +0000 (21:29 -0700)
sensitivity changes

_MIDI.pde

index a3363205f8914160418a9f15e34f38b44ef56dcc..a0031f6f14821fb20bf5c1dc641ef627cec544ca 100644 (file)
--- 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;
     }