Re: Audio speed issue
Posted: Tue Sep 15, 2015 09:00
Ah! That could very well be the missing piece of the puzzle. What I think is happening is the following:
The master speed is in a range of 0...10. DMX channels are in a range of 0...255. To get a value of 1 for the master speed, you would need to send value ( 255 / 10 ) * 1 from your desk. That would equal 25.5, and fractions are something that DMX can't send.
Sending value 25 from your desk means that you set the master speed to (25 / 255) * 10, which equals 0,9803921569. So ever so slightly slower than 1.
Because DMX sends full frame info, the master speed value is set to DMX value 25 aka float value 0,9803921569 on every frame. Even when you right click in it Resolume and don't change the value on your desk. As long as your desk is connected, it will send this value on every frame.
We will have to see if we can hack fix this so DMX value 25 actually means exactly 1. In the meantime, you should be able to workaround this by removing that channel from your personality.
The master speed is in a range of 0...10. DMX channels are in a range of 0...255. To get a value of 1 for the master speed, you would need to send value ( 255 / 10 ) * 1 from your desk. That would equal 25.5, and fractions are something that DMX can't send.
Sending value 25 from your desk means that you set the master speed to (25 / 255) * 10, which equals 0,9803921569. So ever so slightly slower than 1.
Because DMX sends full frame info, the master speed value is set to DMX value 25 aka float value 0,9803921569 on every frame. Even when you right click in it Resolume and don't change the value on your desk. As long as your desk is connected, it will send this value on every frame.
We will have to see if we can hack fix this so DMX value 25 actually means exactly 1. In the meantime, you should be able to workaround this by removing that channel from your personality.