Mission-DMX / Project-Editor

This software is responsible for creating and editing project files for the DMX console
GNU General Public License v3.0
0 stars 0 forks source link

Range of float value of cue filter differ in live mode and setup (virtual filter) mode #172

Open LRahlff opened 1 month ago

LRahlff commented 1 month ago

The range of the float value live mode is between 0 and 1. The range if the setup of the cue filter is open (and in preview mode) is between 0 and 65535. Which one we should use?

Doralitze commented 1 month ago

The range of the float value live mode is between 0 and 1. The range if the setup of the cue filter is open (and in preview mode) is between 0 and 65535. Which one we should use?

Well, I guess we should not limit the range as we're dealing with float but default it to values between 0 and 1. A limit between 0 and 65535 certainly makes no sense.