Forum

    • Register
    • Login
    • Search
    • Categories

    arp reset on certain arp notes?

    General Questions
    2
    3
    16
    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

      Is it possible to have the arp reset button trigger when the arp hits certain notes?

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

        @BWSounds
        You can use the

        Arp.getAttribute(Arp.CurrentValue)
        &
        Arp.getAttribute(Arp.NumStepSlider);
        

        in combination to set some conditions.

        Get a reference to the Arp as "sliderPackProcessor"

        const var ArpSP = Synth.getSliderPackProcessor("Arp");
        
        

        Create a reference to one of the slider pack indexes

        Skärmavbild 2022-08-14 kl. 21.56.28.png

        const SPData = ArpSP.getSliderPack(0);
        

        Check the conditions in the DisplayCallback from

        SPData.setDisplayCallback(function()...
        

        Hise Develop branch
        MacOs 13, Xcode 14.0.1
        http://musikboden.se

        B 1 Reply Last reply Reply Quote 2
        • B
          BWSounds @ulrik last edited by

          @ulrik
          Awesome!

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

          7
          Online

          977
          Users

          6.6k
          Topics

          60.6k
          Posts