How to reverse continous sustain pedal? MacOs

vannibombonato

2013-01-24 15:50:48

Hi,
i've downloaded the trial for Midi Translator, i'm on MacOSX.

To cut it short, i need to reverse the "polarity" of my continuos sustain pedal, a Yamaha FC-3. The polarity is "wrong", and there's no way i can fix it at keyboard/DAW/pedal level. I'd buy the MT only for this.

Now, my pedal sends midi info in a continous mode, that is, it's not a "classic" "pressed-depressed" "0 or 127" pedal. It's capable of sending continous values, from 0 to 127, in order to allow the sustain pedal to be read in different positions by my piano instrument of choice.

How can i set a rule in MT so that i invert the polarity for the pedal? 0 would need to become 127, 1 would need to become 126, etc. etc.

This might be easy to do, but i have literally no clue.

Thanks,

Vanni

DvlsAdvct

2013-01-29 18:28:24

Hi Vanni

This is really easy. In the translator for the footpedal add in the following rules

Code: Select all

pp=pp*-1
pp=pp+127
That should invert the signal.

Thanks
Jared