Need help figuring out a sysex string

Home Forums General Using Ctrlr Need help figuring out a sysex string

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #81080
    ats
    Participant
      • Topics: 2
      • Replies: 13
      • Total: 15

      I’m trying to get a knob to simulate clockwise movement and counterclockwise movement
      so i can step through forward & backwards the menu choices on my device.

      I have a background image of the front of the device set on the panel and placed two uifixedimageslider (rotarys) not visible on the top half and bottom half of the picture of the knob. I figured out a string to scroll through clockwise using the bottom rotary
      but can’t get the top one to scroll through counter clockwise.

      the string i have working is F0 06 07 7f 14 00 ls ms 00 00 f7
      can anyone tell from the knob midi spec (attached ) how to send it counterclockwise?

      Attachments:
      You must be logged in to view attached files.
      #81127
      Puppeteer
      Participant
        • Topics: 16
        • Replies: 185
        • Total: 201
        • ★★

        You’ll need to set bytes 7-10 as the 2’s complement – https://en.wikipedia.org/wiki/Two%27s_complement

        Basically it’s a 16 bit number set as 4 nibbles.

        Easiest way to experiement is to set byte 10 to a value of 8 (decimal). This should.

        Basically you’ll need to set the first (most significant) bit to 1 for -ve numbers.

        The Puppeteer
        http://godlike.com.au

        #81193
        ats
        Participant
          • Topics: 2
          • Replies: 13
          • Total: 15

          Thanks Puppeteer i’ll have a look at that and try what you suggested. Really appreciate it

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The forum ‘Using Ctrlr’ is closed to new topics and replies.
        There is currently 0 users and 66 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