Skip to main content

Endless Mode


Good practice

It's useful to put Mode-type Blocks under the Init Event of the given Control Element. This way the Control Element will behave exactly as you'd want after booting up and this will also save you some characters on the Control Element Event itself for more important stuff.

Change the mode

By default encoders are set to absolute mode. In this mode, encoders act like potentiometers, with a 14bit MIDI value range 0-16383.

With the help of Endless Mode action, you can change the max value to standard 7bit MIDI (0-127) or to relative mode.

There are two modes implemented.

  • Absolute
  • Relative

Check both, and see which one works best with your DAW or software.

Endless Mode Action
info

Velocity

Velocity refers to the rate at which the encoder or endless position changes over time. Velocity measures how quickly the encoder is being turned. This velocity is essential for applications where the speed of rotation needs to be detected and used to influence other parameters.

Sensitivity

Sensitivity refers to how responsive the encoder or endless controller is to changes. It dictates how much change in the encoder or endless controller's position is needed to produce a change in the output or the controlled parameter.