View Single Post
Old 02-08-2019, 06:22 PM   #2496
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Quote:
Originally Posted by MixMonkey View Post
C4 controls still messed up (all fxts), all Rotaries seem to control RotaryA1.
Ah, yes, yet another mapping bug, try this:

Code:
RotaryA1 	EncoderFB b0 20 7f  b0 20 00
RotaryA2 	EncoderFB b0 21 7f  b0 21 00	
RotaryA3 	EncoderFB b0 22 7f  b0 22 00	
RotaryA4 	EncoderFB b0 23 7f  b0 23 00	
RotaryA5 	EncoderFB b0 24 7f  b0 24 00	
RotaryA6 	EncoderFB b0 25 7f  b0 25 00	
RotaryA7 	EncoderFB b0 26 7f  b0 26 00	
RotaryA8 	EncoderFB b0 27 7f  b0 27 00	

RotaryB1 	EncoderFB b0 28 7f  b0 28 00	
RotaryB2 	EncoderFB b0 29 7f  b0 29 00	
RotaryB3 	EncoderFB b0 2a 7f  b0 2a 00	
RotaryB4 	EncoderFB b0 2b 7f  b0 2b 00	
RotaryB5 	EncoderFB b0 2c 7f  b0 2c 00	
RotaryB6 	EncoderFB b0 2d 7f  b0 2d 00	
RotaryB7 	EncoderFB b0 2e 7f  b0 2e 00	
RotaryB8 	EncoderFB b0 2f 7f  b0 2f 00	

RotaryC1 	EncoderFB b0 30 7f  b0 30 00	
RotaryC2 	EncoderFB b0 31 7f  b0 31 00	
RotaryC3 	EncoderFB b0 32 7f  b0 32 00	
RotaryC4 	EncoderFB b0 33 7f  b0 33 00	
RotaryC5 	EncoderFB b0 34 7f  b0 34 00	
RotaryC6 	EncoderFB b0 35 7f  b0 35 00	
RotaryC7 	EncoderFB b0 36 7f  b0 36 00	
RotaryC8 	EncoderFB b0 37 7f  b0 37 00	

RotaryD1 	EncoderFB b0 38 7f  b0 38 00	
RotaryD2 	EncoderFB b0 39 7f  b0 39 00	
RotaryD3 	EncoderFB b0 3a 7f  b0 3a 00	
RotaryD4 	EncoderFB b0 3b 7f  b0 3b 00	
RotaryD5 	EncoderFB b0 3c 7f  b0 3c 00	
RotaryD6 	EncoderFB b0 3d 7f  b0 3d 00	
RotaryD7 	EncoderFB b0 3e 7f  b0 3e 00	
RotaryD8 	EncoderFB b0 3f 7f  b0 3f 00
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote