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!
Endless rotary encoders acceleration
-
fishmonkey
- Posts: 4479
- Joined: Wed Oct 24, 2007 4:50 am
Re: Endless rotary encoders acceleration
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
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