Page 1 of 1
Dynamicly changing mapper values
Posted: 27 Sep 2025, 19:59
by grego mondo
Hello all
I'm having an Array to change several mapping out values from a "mapper values" module
it looks like if the Array changes the mapper value won't use the new output values unless I trig his bypass (on & off)
Ever experienced that ?
Is it a bug or am I missing something ?
Take care
Re: Dynamicly changing mapper values
Posted: 27 Sep 2025, 22:37
by oli_lab
Hi
can you post a patch ?
if you look at the values in the setting window, they don't update very often to save the CPU, check values on a wire.
++
Olivar
Re: Dynamicly changing mapper values
Posted: 28 Sep 2025, 09:50
by grego mondo
Here's my trick
when you don't let pass the "trig bypass" mapper won't update value
Re: Dynamicly changing mapper values
Posted: 28 Sep 2025, 17:41
by oli_lab
Hi,
only a change on the "in" input trigger a calculation of the input, so, if you want to change the "out values" on the fly, you'll need to have the datas to change at the input "in"
At last we can guess you're working on a sequencer
++
Olivar
Re: Dynamicly changing mapper values
Posted: 28 Sep 2025, 18:33
by grego mondo
Hello
thanks for the tip
Well it's more something of a deep subpatches
Re: Dynamicly changing mapper values
Posted: 30 Sep 2025, 22:21
by oli_lab
although, if your "in values" are always 0,1,2,3,4...n, you can do that :
Re: Dynamicly changing mapper values
Posted: 01 Oct 2025, 09:58
by grego mondo
clever