Forum
    • Categories
    • Register
    • Login

    This script processor has a network that consumes the parameters

    Scheduled Pinned Locked Moved Scripting
    3 Posts 3 Posters 29 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.
    • J
      Jeetender
      last edited by

      iam working on a plugin, and when ever i compile, this gives an error that script processor has a network that consumes the parameter, last night it was fine the scrip compiled well, and the buttons interface was working fine until this morning, this error came again. does this error come after a value mismatch in knob data???

      for (i = 0; i < 5; i++)
      {
      buttons[i] = Content.getComponent("Button" + i);
      panels[i] = Content.getComponent("Panel" + i);
      buttons[i].setControlCallback(onButtonControl); // this line give an error now.
      }
      inline function onButtonControl(component, value)
      {
      local idx = buttons.indexOf(component);
      if(!value)
      return;
      currentComp = idx;
      ScriptFX.setAttribute(0, idx / 4);
      updateUI();
      }

      LindonL HISEnbergH 2 Replies Last reply Reply Quote 0
      • LindonL
        Lindon @Jeetender
        last edited by Lindon

        @Jeetender best way to get help with this sort of thing is to post a snippet

        HISE Development for hire.
        www.channelrobot.com

        1 Reply Last reply Reply Quote 0
        • HISEnbergH
          HISEnberg @Jeetender
          last edited by

          @Jeetender This issue comes up every now and again, check here.

          Sonic Architect && Software Mercenary

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

          13

          Online

          2.2k

          Users

          13.5k

          Topics

          117.4k

          Posts