Page 1 of 1

Endless rotary encoders acceleration

Posted: Tue Jan 20, 2015 7:39 am
by SophyS
So I am using Samson Graphite 25 with Live 9 ( Osx) and it takes several turns to go from max to min.

I wonder if there is any way I can change this setting or not?

Thanks!

Re: Endless rotary encoders acceleration

Posted: Tue Jan 20, 2015 12:18 pm
by fishmonkey
i guess you are using your Samson controller setup as a Mackie Control device, as suggested by another poster in that other recent thread.

if your controller isn't sending the same kinds of messages as a Mackie Control, then you would be better off rolling your own User Remote Script as i suggested, as it will allow you to specify exactly what kind of messages are being sent by your controller. these are the supported encoder modes:

# Enter the respective map mode for the encoders here. The following
# map modes are available:
# - Absolute
# - Absolute14Bit
# - LinearSignedBit
# - LinearSignedBit2
# - LinearTwoCompliment
# - LinearBinaryOffset
# - AccelSignedBit
# - AccelSignedBit2
# - AccelTwoCompliment
# - AccelBinaryOffset
# Consult the controller's documentation to find out which mode to use.
EncoderMapMode: Absolute

Re: Endless rotary encoders acceleration

Posted: Tue Jan 20, 2015 2:52 pm
by SophyS
Thanks a lot!