Allow for OSC control of playspeed. Change precision of playback speed to 2 decimals. (My use case is slightly nudging the playspeed to align to live music.)
Things to review, that I'm not sure about:
I wasn't sure what snippets.cpp was so that change may be wrong/unneeded.
If "/speed" or "/rate" or "/playspeed" should be used, but the UI calls it speed so used that.
line 5835: couldn't figure out where this UI was to test it, but unified the parameters with the other DragFloat.
Needed for my upcoming show. :)
Allow for OSC control of playspeed. Change precision of playback speed to 2 decimals. (My use case is slightly nudging the playspeed to align to live music.)
Things to review, that I'm not sure about:
snippets.cpp
was so that change may be wrong/unneeded.