TouchOSC question: 2 Faders with same OSC address don’t update each other

Pierre Alexandre Tremblay's icon

Hey I posted that on their forum to no avail... I presume that someone here will have done something similar?

I have 2 Faders with same OSC address, one set to relative, one set to absolute.

When I move the absolute, it updates the relative (on another page)
When I move the relative, it does not update the absolute (on the previous page)

Maybe I misunderstand the following sentence of the manual:

Multiple controls can have the same OSC and MIDI messages mapped to it and will all receive the same incoming message.

Any pointer welcome

pa

Olivier Sebillotte's icon

HI,

I would try with 2 absolutes first then 2 relatives.

olivier

Pierre Alexandre Tremblay's icon

Actually I decided to do the update myself by giving the 2 layers (relative and absolute) a different name and echoing on both independent of the source.

a bit of regexp and sprintf and I am sorted.

I still think that 2 faders with the same address should automatically update themselves but hey, life is hard...

p