MIDI controlling Flight Simulator

opinsky

2008-01-05 16:06:44

Hello,

i want to use my Midi controller knobs to control Microsoft Flight Simulator Radios and Autopilot controls, which are usually controlled by keystrokes. Therefore MT should be perfect for that!

However, I am unable to program MT to work properly. Flight simulator radios work like this:

To increase radio frequency, type: c1=
To decrease radio frequency, type: c1-

The behaviour of MT I want is the following: If i turn a knob to the right, it should increase radio frequency. If THE SAME knob to the left, it should decrease radio frequency.

I guess this request has been asked before; sorry for not being able to find it in the forum.

I've tried to use global variables, without sucess.

Thanks in advance!

Oren

opinsky

2008-01-05 16:24:38

ok, it worked somehow using the following macros:

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
ga=pp
exit rules, skip outgoing action
ga=pp

florian

2008-01-06 00:27:28

I'm glad it works!
Florian