multi message type ctrlr revsion 925->1082 changed ?

Home Forums General Programming multi message type ctrlr revsion 925->1082 changed ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #678
    Widy75
    Participant
      • Topics: 10
      • Replies: 61
      • Total: 71

      ctrlr revision 925
      midi message type multi
      midi controler nr 2
      CC,ByteValue,MSB7bitValue,99,-2
      CC,ByteValue,LSB7bitValue,98,-2
      CC,ByteValue,MSB7bitValue,6,-1
      CC,ByteValue,LSB7bitValue,38,-1

      on value 1 midi send was
      [176 099 000]
      [176 098 002]
      [176 006 000]
      [176 038 001]

      on value -2 midi send was
      [176 099 000]
      [176 098 002]
      [176 006 127]
      [176 038 126]

      ctrlr revision 1082
      on value 1 midi send was
      [176 099 000]
      [176 098 002]
      [176 006 000]
      [176 038 001]

      on value -2 send
      [176 099 000]
      [176 098 002]
      [176 006 000]<- i need 127
      [176 038 000]<- i need 126

      whats wrong
      lg widy

      #23060
      joma
      Participant
        • Topics: 1
        • Replies: 6
        • Total: 7

        Hello Widdly,

        I’m actually re-working your shruti panelz to suit my needs (on ctrlr rev 1655)!

        it’s coming a bit late but for info.
        I found that a controller is able to send correctly negative NRPN values if in the field “Expression to evaluate when calculating midi message value from modulator” we put the the following line:

        gte (modulatorValue, 0, modulatorValue, 256 + modulatorValue)

        bye

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