Hello,
i have a lag>delay>disconnect issue.
i’m using 2 x iPad (v3 iOS 9.3.5) and a Mac Pro (5,1 High Sierra), O-S-C v(0.47.0)
everything reacts almost instantly if i change something in Ableton.
But if i change colors of widgets:
css:
:host{
–color-raised: OSC{/tc2, #465975};
}
or make something invisible with
css:
#{
css = OSC{/tvs1, 1} <1 ? “visibility:hidden” : “”
}
there is a delay till it “loads”.
if too many widgets are changed simultaneously the iPads even register
a “lost connection to server” message.
i have the same template opened on my mac where i edit them, there, everything is instant.
i noticed the same for the modal widget, if i just make a fresh modal, on the mac it opens instantly as i click the button, but on the iPads there is almost 1 sec delay till the panel opens.
this all looks like the same issue to me.
i use a wifi network exclusively for O-S-C and this 3 devices without internet or other devices interfering.
i can update simultaneously tons of Faders, Knobs, Buttons, TextLabels etc,
everything is perfectly instant on all devices.
but colors, visibility:hidden, modal etc have delay and lag till connection is lost.
any ideas why this is happening?