Interesting situation I came across recently:
Was trying to configure a ShuttleXpress
http://retail.contourdesign.com/?/products/22 for use with eventghost. and HID plugin.
Two issues came up, both with the jog/dial.
1- Each step of the jog/dial is counted as a seprate event, eg spinning right:
Shuttle.Value.1 27
Shuttle.Value.1 28
Shuttle.Value.1 29
Shuttle.Value.1 30
Shuttle.Value.1 31
Shuttle.Value.1 32
Shuttle.Value.1 33
Shuttle.Value.1 34
Shuttle.Value.1 35
Shuttle.Value.1 36
Shuttle.Value.1 37
Shuttle.Value.1 38
Shuttle.Value.1 39
Shuttle.Value.1 40
then spinning left, same numebrs are conted down:
Shuttle.Value.1 39
Shuttle.Value.1 38
Shuttle.Value.1 37
Shuttle.Value.1 36
Shuttle.Value.1 35
Shuttle.Value.1 34
Shuttle.Value.1 33
Shuttle.Value.1 32
Shuttle.Value.1 31
Shuttle.Value.1 30
Shuttle.Value.1 29
Shuttle.Value.1 28
Shuttle.Value.1 27
Shuttle.Value.1 26
SO how can we assign something to the rotation of the jog given this behaviour?
2- Second issue: even the above values when dragged dropped into macros, are useless, since in the macro side, EG only recognises them as Shuttle.Value.1, so ALL the values trigeer the same event. Is there a script or somethign that reads the second part of the input?