repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7911e64
)
Make hue knob more sensitive
author
Mark Slee
<mcslee@Mark-Slees-MacBook-Pro.local>
Thu, 31 Oct 2013 04:23:49 +0000
(21:23 -0700)
committer
Mark Slee
<mcslee@Mark-Slees-MacBook-Pro.local>
Thu, 31 Oct 2013 04:24:05 +0000
(21:24 -0700)
_MIDI.pde
patch
|
blob
|
blame
|
history
diff --git
a/_MIDI.pde
b/_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) /
3
00.;
+ val += (cv - 64) /
5
00.;
effects.colorFucker.hueShift.setValue((val+1) % 1);
return true;
}