Transporting the setup for other controllers #84
Replies: 1 comment
-
Hey, If the encoder-mode does the trick, it should indeed only require minor changes. def set_E_behaviour(ID, val):
"""
ID: int
The encoder number (1-16)
val: int
Set encoder behaviour
(0=absolute, 1-3=relative mode 1-3)
"""" It is called on startup (and on layer-change etc.) to make sure all encoders are always in To switch to absolute, all you have to do is to change all occurances of If you need to change the mode of the "transpose" encoder, change
|
Beta Was this translation helpful? Give feedback.
-
Hey,
im experiencing a near-flawless functionality when using a beatstep pro with the beatstep_q setup.
unfortunately there seems to be one litte issue with the encoder modes.
all the controls in ableton can only be "turned up" with the knobs.
i only got low-tier coding experience (as well as mid-tier midi insight) but i assume its a quick fix... my guess was that the correct behaviour should be "absolute" instead of "smooth relative two".
before messing up the script i thought id ask you guys for hints or ideas...
thank you very much for all the work and time spent for making this great tool!
Julian
Beta Was this translation helpful? Give feedback.
All reactions