Sonos up/down volume control
Hello.
Is it possible to add "volume up"/"volume down" function directly in the Sonos driver? I don't see such a possibility in current driver, so I perform an additional calculation of subtracting/adding a constant value to the current volume value. And it works fine.
But I want to add a loop while the "volume up"/"volume down" button is held down. I used the MouseDownButton object for this.

Is there any other way to restart the program or make a loop? In used "Restart" function, the minimum time can be set to 1s, but it is definitely too long to get smooth volume down/up.
Regards,
Grzegorz Kulinski


Hi.
Of course I tried that way :) However, even with a value of +/- 5 and restart every 1s, the effect is far from acceptable.
Regards.