HISE Logo Forum
    • Categories
    • Register
    • Login

    Plug-in Automation Lanes

    Scheduled Pinned Locked Moved General Questions
    5 Posts 2 Posters 190 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.
    • LindonL
      Lindon
      last edited by

      Hi, I have a customer who would like to have the Automation Lanes re-ordered in the final plug-in. So we are talking about pluginParameterName here.

      Is there a way to do this?

      HISE Development for hire.
      www.channelrobot.com

      Christoph HartC 1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart @Lindon
        last edited by

        @Lindon do you mean reordering how the parameters show up in the host but keep the component order the same?

        If yes this isn‘t possible at the moment. How many parameters are you talking about?

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

          @Christoph-Hart said in Plug-in Automation Lanes:

          @Lindon do you mean reordering how the parameters show up in the host but keep the component order the same?

          If yes this isn‘t possible at the moment. How many parameters are you talking about?

          yep that's what I mean - this customer's product has maybe 20 or 30 params...

          HISE Development for hire.
          www.channelrobot.com

          1 Reply Last reply Reply Quote 0
          • Christoph HartC
            Christoph Hart
            last edited by

            @Lindon Well there is the option of defining custom automation items, but it comes with some non-trivial overhead on the data model design so if all you need to do is to reshuffle the order, I would need to add a custom method for this.

            Maybe a new method that takes an Array of component IDs and uses this as order for the automation parameters:

            const var b1 = Content.addButton("mySecondParameter", 0, 0);
            // I would suggest we still need to set those...
            b1.set("isPluginParameter", true);
            const var b2 = Content.addButton("myFirstParameter", 0, 50);
            b2.set("isPluginParameter", true);
            
            Engine.setPluginParametersFromIds(["myFirstParameter", "mySecondParameter"];
            
            LindonL 1 Reply Last reply Reply Quote 1
            • LindonL
              Lindon @Christoph Hart
              last edited by

              @Christoph-Hart okay thanks yes that may well do it.

              HISE Development for hire.
              www.channelrobot.com

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

              47

              Online

              1.7k

              Users

              11.7k

              Topics

              101.8k

              Posts