Hi.
We are doing a very slow and peaceful projection and many of the effect parameters are running at 0.01 - 0.03 but this still isn't fine enough control.
Is there some way to modify the global speed so that the control could be made finer?
Any screen-grabs would be much appreciated.
Thanks.
Global speed?
Re: Global speed?
Hi,
there is a global speed in Resolume, but I doubt that this will solve your issue. You could however try to send FX parameters via OSC (from an locally installed application, your phone, or any other OSC controller). Effect inputs are much more precise than just two decimal points (actually they are floats). I think it's worth to try.
E.g.
/composition/video/effect1/param1/values 0.0035
there is a global speed in Resolume, but I doubt that this will solve your issue. You could however try to send FX parameters via OSC (from an locally installed application, your phone, or any other OSC controller). Effect inputs are much more precise than just two decimal points (actually they are floats). I think it's worth to try.
E.g.
/composition/video/effect1/param1/values 0.0035
Re: Global speed?
Typing in a number will also give you floating point precision. Although it will show 0.01 or 0.00 in the interface, you can actually set parameters to 0.00000001 or even lower. Numbers have 32 bit precision (which means a *lot* of zeroes after the comma).