HISE Logo Forum
    • Categories
    • Register
    • Login

    EQ Type Linking Bug

    Scheduled Pinned Locked Moved Bug Reports
    5 Posts 3 Posters 179 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Lawrence
      last edited by

      There is a bug in EQ Type lnking. The indexing from the list starts at item 1, High Pass, and not 0. There is no way from that combo box to select the first item, Low Pass.

      In my list I do have a 5th item "What" but selecting it causes a crash.

      5e133ecd-79f6-46e2-a6ed-6bc50890da82-image.png

      LindonL Oli UllmannO 2 Replies Last reply Reply Quote 0
      • LindonL
        Lindon @Lawrence
        last edited by

        @Lawrence said in EQ Type Linking Bug:

        There is a bug in EQ Type lnking. The indexing from the list starts at item 1, High Pass, and not 0. There is no way from that combo box to select the first item, Low Pass.

        In my list I do have a 5th item "What" but selecting it causes a crash.

        5e133ecd-79f6-46e2-a6ed-6bc50890da82-image.png

        its not a bug ComboBox,etc. list always start at 1 , you will need to write a script based callback to use it effectively...

        HISE Development for hire.
        www.channelrobot.com

        1 Reply Last reply Reply Quote 0
        • Oli UllmannO
          Oli Ullmann @Lawrence
          last edited by

          @Lawrence

          Like @Lindon said you need to do something like this in your callback:

          setValue(value - 1)
          
          L 1 Reply Last reply Reply Quote 0
          • L
            Lawrence @Oli Ullmann
            last edited by Lawrence

            @Oli-Ullmann Ok, I'll try that.

            its not a bug ComboBox,etc. list always start at 1

            That kind of goes against common convention doesn't it? Most list indexes start with 0.

            One other question, how do you select the EQ bands via script?

            Thanks,

            LindonL 1 Reply Last reply Reply Quote 0
            • LindonL
              Lindon @Lawrence
              last edited by

              @Lawrence type "EQ band" into the search box on the documentation page....

              HISE Development for hire.
              www.channelrobot.com

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              26

              Online

              1.7k

              Users

              11.7k

              Topics

              102.3k

              Posts