can i get some assitance

djbdock

2012-03-10 12:10:39

Im new to midi translator im using midi translator classic and im using my mpd 24 to play ddr. I have everything working besides getting the holds to work. Can someone help me figure out how to be able to hold down my pad and release for the freeze arrows im using midi translator classic

90 53 7F

B5,vel127 and my keystroke is z

90 54 7F
c6 vel127 my keystroke is x

90 55 7F
c#6 my keystroke is c

90 56 7F
d6,vel127 my keystroke is v

i need all 4 keys to have holds

djbdock

2012-03-11 03:27:52

anyone?

DvlsAdvct

2012-03-12 18:02:04

Hi djbdock

I can't give you an answer this second as I'm at work, but when I get home tonight and get Bome in front of me I'll walk you through it.

DvlsAdvct

2012-03-14 01:38:30

Hi djbdock

To do what you want to do you are going to need two translators per letter. They should look as follows:

Code: Select all

Translator 1: Z Down
Incoming Action: 90 53 7F
Outgoing Action: Key Down Event: Z

Translator 2: Z Up
Incoming Action: 90 53 00
Outgoing Action: Key Up Event: Z
There should be three lines in the translator, Key Press, Key Down and Key Up. You should be able to make this act as a sort of hold instead of just a down event. Let me know if that helps.