HISE Logo Forum
    • Categories
    • Register
    • Login

    Connecting A Knob To A Node's gain Knob By Scriptning

    Scheduled Pinned Locked Moved Scripting
    3 Posts 2 Posters 180 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.
    • NatanN
      Natan
      last edited by

      Hey, Folks
      I Hope All Is Well,
      Trying to Connect A Knob To A Node's gain By Scripting, By I Get Some Errors, Is This Not Possible Yet?

      Thanks For Any Advice

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

        @Natan You can't directly connect a slider to a node (at least until the new version). The way to do it is to primarily add a parameter in the main node container that is linked to the node in question. This way the parameter can be seen from the script as an attribute of the module like myScriptFxModule.myParameter

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

        NatanN 1 Reply Last reply Reply Quote 0
        • NatanN
          Natan @ustk
          last edited by

          @ustk I Know This But Once You Use The Below Code, It's Not Possible To Use That Method
          setValue Missing, And Can't Go Further :/

          const var dsp = Engine.createDspNetwork("dsp");
          dsp.setForwardControlsToParameters(false);
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          48

          Online

          1.7k

          Users

          11.7k

          Topics

          102.2k

          Posts