slider output after setminmax message
Hello,
slider outputs floats after it receives a setminmax message. Even in case the message is setminmax 0 127. And although there is a float output attribute, there is no way to uncheck it and freeze it, a new setminmax message reverts the settings.
Any way to fix this?
thank you,
carloskleiber
That sounds like a bug that you should report, but in the meantime you can follow the setminmax message immediately with a floatoutput 0 message, even with both messages in the same message box separated by a comma, as in 'setminmax $1 $2, floatoutput 0'.
Thank you! I'll send a report and use your method.