Forum

    • Register
    • Login
    • Search
    • Categories

    This script processor has a network that consumes the parameters

    General Questions
    scriptnode callback network
    3
    4
    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.
    • d.healey
      d.healey last edited by

      Trying to add a combo box with a control callback to my scriptFX (that also has a network). What does this message mean and how do I get rid of it? 😄

      This script processor has a network that consumes the parameters

      Libre Wave - Freedom respecting instruments and effects
      My Patreon - HISE tutorials
      YouTube Channel - Public HISE tutorials

      M 1 Reply Last reply Reply Quote 0
      • M
        modularsamples @d.healey last edited by

        @d-healey I ran into the same message, but under different circumstances, my combobox is selecting UI elements..

        I guess you've figured it out by now, but what cleared it up for me was exporting the preset as snippet and then importing it, after that the message was gone.

        d.healey 1 Reply Last reply Reply Quote 0
        • d.healey
          d.healey @modularsamples last edited by

          @modularsamples Yeah I ran into this again yesterday and can't remember how I solved it 😛

          Libre Wave - Freedom respecting instruments and effects
          My Patreon - HISE tutorials
          YouTube Channel - Public HISE tutorials

          Christoph Hart 1 Reply Last reply Reply Quote 0
          • Christoph Hart
            Christoph Hart @d.healey last edited by

            @d-healey A scriptFX will forward the parameter callbacks to the DspNetworks parameters by default so that combobox callback will not be executed and this message is supposed to save you some brain cells. You can use DspNetwork. setForwardControlsToParameters(false) to deactivate this and implement the callbacks for your scripted UI elements.

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

            8
            Online

            740
            Users

            5.4k
            Topics

            50.4k
            Posts