Scaled parked values bug

Apparently DMX values scaled to over 255 go back to 0.

[3] [At] [/] [2] [0] [0] [Park] [Enter] - sets a scaled value of 200% on channel 3 intensity. In

other words, whenever channel 3 is active, it will be active 100% higher than its current setting.

So, it should double the intensity of the manual value. This works fine for values <50% and goes lower for values 50% or more:

2 (unparked channel) @10 gives DMX 26; 3 @10 gives DMX 52 (expected)

2 (unparked channel) @49.9 gives DMX 127; 3 @10 gives DMX 254 (expected)

2 (unparked channel) @50 gives DMX 128 (expected); 3 @50 gives DMX 0 (bug)

 

This is assuming that the values given in the About display are correct - I don't have the equipment to test actual DMX levels.

Related