OSC media speed control
in MAIN
I am following the Millumin OSC documentation on GitHub, and I am not getting the expected results for media speed control. I have already confirmed OSC control is working using the following method of access:
/LAYER_NAME/media/time [value]
When I fire that off, the media at the active column on the target layer indeed moves its playhead to the specified time. However, when I switch the reserved word "time" for "speed", I do not get a successful result:
/LAYER_NAME/media/speed [value]
I am currently running test using version 3.11.r. The documentation states that the specified speed value needs to be of 0-1 floating point range (eg. 0.5 = 50% speed). Just to make sure that was not a documentation error, I have tried both 0-1 and 0-100 ranges. All efforts to specify speed using the above method of access has resulted in no apparent effect within Millumin. If anyone has any thoughts and/or ideas, please let me know.
Comments