Forum

    • Register
    • Login
    • Search
    • Categories

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

    Scripting Forum
    2
    3
    50
    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.
    • Natan
      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

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

        I cannot help pressing F5 in the forum...
        Studio427 Audio - Audio Instruments & FX Plugins for music production. Website - Facebook

        Natan 1 Reply Last reply Reply Quote 0
        • Natan
          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

          13
          Online

          985
          Users

          6.6k
          Topics

          60.8k
          Posts