momentary cc translating to a shift key down and up?

mattcoile

2014-11-26 00:19:15

Hello can somebody please explain to me step by step how to get a momentary cc to translate into a shift down and up just like it works on a computer keyboard? i keep getting close but there's always something just doesn't work quite right! any help would be greatly appreciated. thanks :)

DvlsAdvct

2014-11-30 20:47:45

This should be pretty simple. You'd want a translator that looks like the following:

Code: Select all

Translator 1: Shift Down
Incoming Message: B0 30 7F
Rules: None
Outgoing Message: Keystroke; Down Action - Shift

Translator 2: Shift Up
Incoming message: B0 30 00
Rules: None
Outgoing Message: Keystroke; Up Action - Shift 
Does that work?
Jared

mattcoile

2014-12-02 03:06:56

Ohhhhhh ok! Yes this works perfectly. I had the release value on pp instead of 00. Thanks for responding! :D