Open LRahlff opened 4 months 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.
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?