Is there a way to reset value to default using midi remote script? Can’t find it in midiremote API guide.
For example - reset pan to “center”, reset volume to “0db” etc.
Like “CMD” + “Left mouse click”.
I know I can map surface element to a value, but i want to do that more elegant.
Hi,
There is no reset function. The only way is to do it programmatically (send the default value depending on the parameter).
Correct.
The good news is that with the new additions in MR this can get trivial, i.e. we won’t even have to know the default, this can be handled by MR.
Be a bit patient on this