Midi->Keystrok- type when releaseing the key

Deaq

2013-03-05 19:11:35

How can I prevent Bome from not typing When releasing the key? I am using the free version atm.

DvlsAdvct

2013-03-11 22:51:11

Hi Deaq

Sorry for the delay.

It depends on the MIDI signal that is being sent by your controller. And how your signal is routed. Your translator should look something like:

Code: Select all

Translator 1: Key Down
Incoming Message: 90 00 7F
Outgoing Message: Key Stroke Key Down Event: [whatever the keystroke is]
You may need to set two translators, one for the downpress and one for the up event, if you need it to repeat as held.