View Single Post
Old 04-20-2020, 05:45 PM   #8561
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Also, now that we now this works conceptually, I think it may be a good idea to bake in some presets. Here's what I'm thinking...

Custom Values
Code:
Rotary16 FXParam "3" "Blend" [ (0.001,0.002,0.003,0.005,0.0075,0.015,0.025,0.040,0.05,0.06,0.07) ]
No Acceleration
Code:
Rotary16 FXParam "3" "Blend" [ ]
Linear Acceleration
Code:
Rotary16 FXParam "3" "Blend" [ (lin) ]
Exponential Taper
Code:
Rotary16 FXParam "3" "Blend" [ (exp) ]
Logarithmic Taper
Code:
Rotary16 FXParam "3" "Blend" [ (log) ]
No need for lookup tables (well Geoff can build those behind the scenes - at least in my head) or files in folders. But this would allow for some built in options + customization + completely disabling acceleration if you hate it.

Just a friendly suggestion.

I'd probably just park everything on exponential and never worry about acceleration again. If you do that though Geoff, I think a max speed around .075 for the fastest acceleration settings would be good.
Funkybot is online now   Reply With Quote