Replies: 2 comments 3 replies
-
If you have multiple mappings mapped to one control element, you need to disable feedback for all mappings except one. #4 will make it possible to have multiple targets (but only based on wildcards and
Exactly, the controller mapping should not have to guess, it should not decide about it. If you have an encoder or some relative control element, you should really leave it at that in the controller mappings. Don't make it absolute already! The main mapping should use "Make absolute" if it insists on applying an EEL formula even for relative values, not the controller mapping. |
Beta Was this translation helpful? Give feedback.
-
Another problem appeared (and is solved - see last two sentences): for mapping a bipolar modulation amount to unipolar plus an "inverse" switch, I use the following EEL formulas:
I do not use "make absolute". This works fine with absolute (OB6) or relative (X-Touch) Controller mappings, for u-he Repro. However, the same mappings (duplicated, then only targets changed) do not work for TAL J-8: In this case, when I use the relative controller, the "Invert switch" is switched on and off, when the (absolute) unipolar modulation amount exceeds certain values (depending on history). |
Beta Was this translation helpful? Give feedback.
-
In the Analog Synth topic, it is sometimes useful to be able to map one source to multiple targets (depending on the VST, so this is in the Main Mapping):
A) Continuous Waveform to Sawtooth On/Off, Triangle On/Off, Pulse On/Off
B) Bipolar Modulation amount to Unipolar Modulation Amount+Inversion Switch
I just realized, that this is problematic when you also want to use Feedback or Relative sources.
Feedback:
In theory this would be possible (if ReaLearn offered access to multiple FX target parameters in the Feedback Transformation EEL formula), but I think it is too much implementation effort.
Relative:
The Control formulas for A and B would not work on relativ values. So that is what the „Make absolute“ setting is for!
Would it be possible to use the „internal absolute value“ described in the User’s Guide for the Feedback?
Thinking about decoupling: The Controller Mapping should not have to guess whether the Main Mapping uses an EEL formula for this source or not. Instead, it would be good if "make absolute" was automatically performed in the Controller layer, in the case
(although maybe people also want to use an EEL formula on relative values in some cases?)
Beta Was this translation helpful? Give feedback.
All reactions