Sending 2 CC messages from a slider

Home Forums General Programming Sending 2 CC messages from a slider

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #115820
    Adaptive
    Participant
      • Topics: 1
      • Replies: 1
      • Total: 2

      Hey Guys,

      This should be easy but I am stymied. I have a slider that has a range [0 300] and when the value changes I want to send the MSB to CC106 and the LSB to CC107.

      I am trying to do this with a multi-message:

      CC,Direct,MSB7bit,106,-1:CC,Direct,LSB7bit,107,-1

      Can someone please help me?

      #115821
      Adaptive
      Participant
        • Topics: 1
        • Replies: 1
        • Total: 2

        So I figured out how to do what I was looking for using a Lua script. Still, if this is doable directly, I would love to learn how to do it.

        #115823
        Possemo
        Participant
          • Topics: 14
          • Replies: 638
          • Total: 652
          • ★★★

          you would make two messages in multi mode:

          CC,ByteValue,MSB7bitValue,106,-1
          CC,ByteValue,LSB7bitValue,107,-1

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The forum ‘Programming’ is closed to new topics and replies.
        There is currently 0 users and 77 guests online
        No users are currently active
        Forum Statistics
        Threads: 2,495, Posts: 17,374, Members: 77,605
        Most users ever online was 12 on January 22, 2019 3:47 pm
        Ctrlr