Reply To: uiFixedImageSlider no incoming data on the panel

Home Forums General Programming uiFixedImageSlider no incoming data on the panel Reply To: uiFixedImageSlider no incoming data on the panel

#82878
dasfaker
Keymaster
    • Topics: 80
    • Replies: 793
    • Total: 873
    • ★★★

    After looking at the panel, the FixedImageSlider have “multi” as midi message type, with 4 CC messages. What message send your controller pot to control this slider?

    I’ve never tested this, but 4 individual messages will be treated by Ctrlr as independent one of another, and to control a panel slider only one message is needed, it can’t be controlled by a group of different CC messages.

    You’ll need to use one single CC message for input, to control the pot, and create a LUA method to output the group of messages needed.

    Ctrlr