View Single Post
Old 04-21-2020, 12:43 PM   #8633
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,255
Default

OK, another try:

3 Rotary types

RotaryA
RotaryB
RotaryC/D only differ in how acceleration values are specified

opt = optional

Action [] defintion

Delta based: [ value range (opt) -> acceleration delta values (opt) -> delta (opt) ]

RotaryA FXParam "13" "Mode" [ 0.0-0.3 (0.1,0.2,0.3,0.4,0.5) (0.003) ]


Step based: [ value range (opt) -> acceleration delta values (opt) -> tick count (opt) -> step values (required) ].

RotaryA FXParam "13" "Mode" [ 0.0-0.3 (10,7,5,2,1) (10) 0.0 0.33 0.67 1.0 ]

Notice how with the Step based the acceleration values go down, meaning less ticks needed to jump to next step value.
__________________
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