Forum

    • Register
    • Login
    • Search
    • Categories

    Parameters for arpeggiator "tie 100%"

    General Questions
    2
    5
    25
    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.

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

        @BWSounds Accessible parameters should in the list below

        Screenshot 2022-01-12 at 17.59.46.png

        Tired to press F5 in the forum...
        Studio427 Audio - Audio Instruments & FX Plugins for music production. Website - Facebook

        1 Reply Last reply Reply Quote 0
        • ustk
          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));
          }
          

          Tired to press F5 in the forum...
          Studio427 Audio - Audio Instruments & FX Plugins for music production. Website - Facebook

          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

              12
              Online

              741
              Users

              5.4k
              Topics

              50.4k
              Posts