Announcement

Collapse
No announcement yet.

Slider virtual device - 0.5 steps?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Slider virtual device - 0.5 steps?

    Hello, Im dealing with one maybe missing fnctionality?
    I need to create virtual device vith number range from 0 to 35 - this is working good.

    As a next step I need to manual setup 0.5 number steps, eg. 0 , 0.5 , 1 , 1.5 , 2 ... for slider, or listbox.

    Is this configuration somehow possible?
    thank you,
    Juraj

    #2
    This is not possible. The only way to get decimal values for control is with individual values, not within a range.
    HS4 Pro, 4.2.19.16 Windows 10 pro, Supermicro LP Xeon

    Comment


      #3
      The only way i see is to create 2 buttons.

      one will add .5 when you press it. The other one would retract .5 when you press it. ( With events and easytrigger)

      -when this device is set to this (1st buttons) then set device ''x'' to ''x'' -.5)
      -when this device is set to this ( Second buttons) then set device ''x'' to ''x'' +.5)



      But that is surely not what you want.

      Comment


        #4
        I suppose another way you could do it by using a short script: Have the range go from 1 to 70, then divide the value by 2.

        Comment

        Working...
        X