UI Image Slider and Skipping some values in range

Home Forums General Programming UI Image Slider and Skipping some values in range

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #87398
    Awrlord
    Participant
      • Topics: 6
      • Replies: 6
      • Total: 12

      Hello there,

      I used the ui image slider for a parameter in my panel, value range of the parameter 0-102 on synthesizer, and I make the following definitions; ui slider min: 0 ui slider max: 102

      when I run it this way I’ve noticed that some of the values have been skipped.
      I’m sending the parameter flow on the midi monitor when I control the synthesizer on its own, apparently some values are skipped in the original between 0-127, you can see it is skipping 5 to 7 or 10 to 12….

      What should I do in this situation ?

      Best.

      Attachments:
      You must be logged in to view attached files.
      #87559
      Possemo
      Participant
        • Topics: 14
        • Replies: 638
        • Total: 652
        • ★★★

        I had that problem too when making the panel for the MKS-70 / JX-10. Some parameters do not have full 7-bit resolution and are spread over the MIDI parameter range with gaps in-between.

        I used uiFixedSliders for this. You have to define each value in the field “Slider contents”. Example here is Unison-Detune. 101 values spread all over the range:

        -50=0
        -49=1
        -48=2
        -47=3
        -46=4
        -45=5
        -44=7
        -43=8
        -42=9
        -41=11
        -40=12
        -39=13
        -38=14
        -37=16
        -36=17
        … etc.

        #87698
        Awrlord
        Participant
          • Topics: 6
          • Replies: 6
          • Total: 12

          It works !!

        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 61 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