X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_MIDI.pde;h=a0031f6f14821fb20bf5c1dc641ef627cec544ca;hb=e0847dfbbbc978d8bd3ef022dcc2625c5b3ac141;hp=a3363205f8914160418a9f15e34f38b44ef56dcc;hpb=7911e64319bf3967180704ec0eff4b2b293529a2;p=SugarCubes.git 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; }