View Single Post
Old 10-06-2021, 11:44 AM   #1611
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,869
Default

Quote:
Originally Posted by majnu View Post
I tried it out but now the knob only makes tiny, slow movements. (I don't use acceleration). What do the values [ > 01 < 41 ] mean?
They're the values that (should) be output from your rotary when it's turned CW/CCW. I just wondered if the reason you couldn't rescale the rotary was because they weren't present in the .mst.

For instance, my MackieC4 rotaries output these values as they are turned faster:
Code:
Widget RotaryD1
	Encoder b0 15 7f [ > 01 04 08 0C 0f < 41 44 48 4c 4f ]
	FB_Encoder b0 15 7f
WidgetEnd
..and in an fx.zon, my 'default' scaling is this:

Code:
DisplayUpperD1 FXParamNameDisplay 0 "Thresh"
DisplayLowerD1 FXParamValueDisplay 0  
RotaryD1 FXParam 0 [ (0.001,0.005,0.025,0.05,0.1) ]
RotaryPushD1 NoAction
There's one scaling value for each of the 5 accelerations.

What happens if you change your scaling value from 0.01 to 0.5?
MixMonkey is offline   Reply With Quote