Skip to content

ReaLearn Tutorial 3

Benjamin Klum edited this page Sep 24, 2024 · 1 revision

Push to reset

Maybe you would like to reset a parameter to a specific default value when pressing a button or pushing an encoder, as shown in this video.

This tutorial assumes that you already have a mapping A which you use to adjust the parameter value, e.g. by using a knob.

Reset to specific value

Here’s how you reset the parameter to a specific value defined by you:

  1. Add another mapping (in addition to mapping A)

  2. Learn the mapping source as you wish (e.g. learn the button press or encoder push)

  3. Set the mapping target to whatever thing you want to reset (probably the same as in mapping A)

  4. In the mapping glue section, set "Target Max" to the value to which you want to reset.

  5. Set the button filter to "Press only".

Now, whenever you press the button, it should reset the target parameter to the specified value.

Reset to initial value

It’s also possible to reset a parameter to the value that it had when mapping A was first loaded.

  1. Edit mapping A and give it a unique tag. In this example, we will use reset.

  2. Add another mapping

  3. Learn the mapping source as you wish (e.g. learn the button press or encoder push)

  4. Set the mapping target to "ReaLearn: Load mapping snapshot"

    • Snapshot: <Initial>

    • Tags: reset

Now, whenever you press the button, it should reset the target parameter to its initial value.

Clone this wiki locally