Keystroke Up/ Down & Scroll with rotary knob

Trowa

2013-06-29 23:54:15

Hello!


Lately, I've been trying to make an attempt on simply scrolling the Ableton Live native browser with a single knob on a Native Instrument's Maschine controller running on OSX. I'm trying to scroll with the selection on just one knob. I've used this forum after hours of searching (http://www.bome.com/forums/viewtopic.php?f=3&t=3755 ) as a guide; to no avail I still couldn't achieve a "keystroke out" from what was provided on the thread. I was hoping somebody could shine some light on this matter. I just don't know where to start >_<
Any help or suggestions would be greatly appreciated. Thanks everyone!!! ^_^

DvlsAdvct

2013-07-01 17:49:43

Hi Trowa

You need to go into the Controller Editor and change the knob to Relative. From there you would create two translators, one for turning the knob clockwise and one for counter-clockwise. Each would get their own Keystroke output.

It would look something like

Code: Select all

Translator 1: Up
Incoming Signal: B0 00 7F
Outgoing Signal: Keystroke
Make sense?

Thanks
J