HISE Logo Forum
    • Categories
    • Register
    • Login

    Sorting the signal chain

    Scheduled Pinned Locked Moved General Questions
    3 Posts 2 Posters 155 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.
    • FortuneF
      Fortune
      last edited by Fortune

      Hello

      Is it possible to order the signal chain in scriptnode? For example: we have 3 Scriptnode Containers named A, B and C

      So with a combobox or button set, is it possible to sort these container signal chain like

      A -> B -> C
      B -> C -> A
      A -> C -> B

      ... etc.

      ?

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

        @fortune There is a (almost) feature complete scripting API that allows you to create nodes, shuffle them around and change the properties.

        https://docs.hise.audio/scripting/scripting-api/dspnetwork/index.html
        https://docs.hise.audio/scripting/scripting-api/node/index.html#setparent

        Grab a reference to each node that you want to move around, then call setParent() with the index you want it to reside in.

        FortuneF 1 Reply Last reply Reply Quote 3
        • FortuneF
          Fortune @Christoph Hart
          last edited by

          @christoph-hart Wow! Great feature, I will start to work with it right now. Thank you!

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

          21

          Online

          1.8k

          Users

          12.0k

          Topics

          104.1k

          Posts