Thought this would be an easy task but it’s stumped me.
Want to have a preset (tied to a physical button) that selects a random preset. According to the docs, this should do it:
{"ps": "4~10~r"}
The documentation claims this will select a random preset between presets 4-10, but the behavior I see is simple incrementing, from 4 up to 10 in order. Has anyone gotten this “random within range” behavior to work correctly?
“ID of currently set preset. 1~17~ can be used to iterate through presets 1-17, or 4~10~r to select random preset between presets 4 and 10 (inclusive).”