set range for a fader ?

pk2211

2008-06-18 22:20:42

Hi there,
Managed to map two keystrokes (MT-pro) to modulation wheel on my keyboard but when moving the wheel, full action achived within 20%
of physical travel (very sensitive).
I'm trying to sync to throttle leaver in flightsim.
Is it possible ?

UP:
if pp>ga skip next 2 rules
ga=pp+1
exit rules, skip outgoing action
ga=pp

down:
if pp<ga then skip next 2 rules
Peter
ga=pp
exit rules, skip outgoing action
ga=pp

Peter

Tuur

2008-06-19 09:14:25

I use stuff like this to slow down.

Code: Select all

Rules: slow down
  gx=gx+1
  if gx<2 then exit rules, skip Outgoing Action
  gx=0

pk2211

2008-06-20 00:51:34

Works great.
Thanks

Tuur

2008-06-20 09:19:43

No problemo.