HISE Logo Forum
    • Categories
    • Register
    • Login

    Parameters for arpeggiator "tie 100%"

    Scheduled Pinned Locked Moved General Questions
    5 Posts 2 Posters 230 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.
    • B
      BWSounds
      last edited by

      Hello,
      Is there a Parameters for arpeggiator "tie 100%"?
      I need to connect two "tie 100%" settings to 1 button.

      ustkU 2 Replies Last reply Reply Quote 0
      • ustkU
        ustk @BWSounds
        last edited by

        @BWSounds Accessible parameters should in the list below

        Screenshot 2022-01-12 at 17.59.46.png

        Can't help pressing F5 in the forum...

        1 Reply Last reply Reply Quote 0
        • ustkU
          ustk @BWSounds
          last edited by ustk

          @bwsounds And another way for getting the attributes of any module when they aren't listed:

          const var Arpeggiator1 = Synth.getMidiProcessor("Arpeggiator1");
          
          for (i=0; i<Arpeggiator1.getNumAttributes(); i++)
          {
          	Console.print(Arpeggiator1.getAttributeId(i));
          }
          

          Can't help pressing F5 in the forum...

          B 2 Replies Last reply Reply Quote 2
          • B
            BWSounds @ustk
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • B
              BWSounds @ustk
              last edited by

              @ustk
              Ahh I see thank you!

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

              21

              Online

              1.8k

              Users

              12.0k

              Topics

              104.1k

              Posts