Thread: MINIMUM_LEVEL
View Single Post
Old January 21st, 2021   #8
zano_villa
Junior Member
 
Join Date: Jan 2014
Location: Treviso, Italy
Posts: 13
Default

Quote:
Originally Posted by este_ View Post
Mostly, MINIMUM_LEVEL will go together with MAXIMUM_LEVEL. When setting both, the usable fader travel will be narrowed (between the yellow dotted lines).

Attachment 43

There is a simple way to widen the fader range. Simply calculate OUTLEVEL = INLEVEL*(MAX_LEVEL-MIN_LEVEL) + MIN_LEVEL and you can make use of the full fader range. We have added a parameter (flag) to do so and this would be a nice complement for the "ON_BELOW_ZERO" Flag. Maybe this option could be added to the MIN_LEVEL PID in future versions.

(INLEVEL*(MAX_LEVEL-MIN_LEVEL))/MAX_DMX_LEVEL + MIN_LEVEL
zano_villa is offline   Reply With Quote