X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_MIDI.pde;h=b75556c8bba2a92dd7032c8b0c213e6422afabc7;hb=fa4f822dadbaad06a7cc7d9909e8e3bbc5a51ee7;hp=a0031f6f14821fb20bf5c1dc641ef627cec544ca;hpb=e0847dfbbbc978d8bd3ef022dcc2625c5b3ac141;p=SugarCubes.git diff --git a/_MIDI.pde b/_MIDI.pde index a0031f6..b75556c 100644 --- a/_MIDI.pde +++ b/_MIDI.pde @@ -411,7 +411,7 @@ public class APC40MidiInput extends GenericDeviceMidiInput { case 7: switch (channel) { case 0: - // effects.colorFucker.hueShift.setValue(value); + uiSpeed.speed.setValue(0.5 - value*0.5); return true; case 1: effects.colorFucker.desat.setValue(value);