Sacco
2014-01-05 23:28:15
I just finished mapping everything on my Presonus Faderport to use it in FL studio. It came out really nice.
Now, I still have a small problem. While I can move the unit fader and the movement looks perfectly smooth on the fader on the screen, when I move the fader on the screen the unit fader acts jerky.
The problem lies in the fact I don't know how to convert Pitch Bend data into MSB LSB data.
If I use MSB only on the feedback going to the unit, I have the fader moving in big steps only...if I activate LSB the inbetween steps happen asynchronously so the fader moves super jerky. So I decided to leave it in "big steps" mode which is not so bad, but not optimal.
This is what I have:
incoming:
Translator 3: FADER MSB
Options: stop=false
Incoming: MIDI B0 00 tt
Outgoing: MIDI E0 tt vv
Translator 4: FADER LSB
Options: stop=false
Incoming: MIDI B0 20 vv
Outgoing: MIDI E0 vv tt
outgoing:
Translator 5: FADER RETURN MSB
Options: stop=false
Incoming: MIDI E0 mm nn
Rules:
kk=nn/14
Outgoing: MIDI B0 00 kk
Translator 6: FADER RETURN LSB
Options: stop=false
Incoming: MIDI E0 mm nn
Outgoing: MIDI B0 20 00
So probably as you can see here, I just deviced some kind of makeshift to make it "work" but obviously is not the best solution but I have no clue.
Thanks a lot for your help on this one