Announcement

Collapse
No announcement yet.

Problem with slider and buttons in a single devive

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

    Problem with slider and buttons in a single devive

    Hi,

    I have a device that has both buttons and a slider. Its a volume control. So the slider ranges from -80 to 16. The buttons values are 1,2...,6. As you can see the buttons and slider collide in values. Is there a way of knowing if it was the buttons or slider what send the message? All I see in the program is that a certain value has been sent to a certain ref?

    I am aware of in which order the buttons and slider are placed in the device.

    Thanks for any assistance!

    #2
    CC.ControlType tells if there is a "Button" or "ValueRangeSlider" that caused the action.

    Comment

    Working...
    X