Been months since I've patching, glad to be back!
I'm controlling LEDs and there's lots of things I can control So I need to set, say, 10 parameters, and then I send a new command to my Arduino.
I don't like the solution with a 'go' button (you set all the settings, form a list, and then click a button to output the result'
But also I can't have every slider move send out a new value - too much update traffic while I haven't got everything set yet.
I'm sure this is a very common UI problem, how is it solved normally? Here's the best I could come up with: only send out an update when there has been a 'pause' in input updates for xx ms.