I’m so sure I’ve seen this done before, but I can’t find it or figure it out myself:
I want to have multiple input sliders that act on the same underlying value. I.e., I have some viewof N = slider(...), and then I want to have another, but such that they both update each other accordingly.
I’ve been using this kind of thing in my project of the past few weeks,
which still has a couple open research questions to solve and a good amount more explanation to write before it is fully baked (even if my work time wasn’t in units of ‘naptime’, we are traveling the next few weeks), so will probably not be published for another month or something.