-
-
Notifications
You must be signed in to change notification settings - Fork 20
ReaLearn Tutorial 3
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.
Here’s how you reset the parameter to a specific value defined by you:
-
Add another mapping (in addition to mapping A)
-
Learn the mapping source as you wish (e.g. learn the button press or encoder push)
-
Set the mapping target to whatever thing you want to reset (probably the same as in mapping A)
-
In the mapping glue section, set "Target Max" to the value to which you want to reset.
-
Set the button filter to "Press only".
Now, whenever you press the button, it should reset the target parameter to the specified value.
It’s also possible to reset a parameter to the value that it had when mapping A was first loaded.
-
Edit mapping A and give it a unique tag. In this example, we will use
reset
. -
Add another mapping
-
Learn the mapping source as you wish (e.g. learn the button press or encoder push)
-
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.
Learn how to contribute to this Wiki!