Forum

    • Register
    • Login
    • Search
    • Categories
    1. Home
    2. Tags
    3. scriptnode
    Log in to post
    • All categories
    • d.healey

      Solved [bug] Network XMLs not showing up in latest version
      Bug Reports • scriptnode bug dspnetwork project • • d.healey

      3
      1
      Votes
      3
      Posts
      58
      Views

      d.healey

      I see this has been fixed now 🙂

    • d.healey

      Scriptnode, how to use getNumParameters ?
      Scripting Forum • scriptnode parameter • • d.healey

      8
      0
      Votes
      8
      Posts
      47
      Views

      d.healey

      @ustk said in Scriptnode, how to use getNumParameters ?:

      @d-healey Isn't the DspModule the entire DSP or the ScriptFX in question?

      Possibly. I did try calling the function on other parts of the network and had the same result.

    • d.healey

      This script processor has a network that consumes the parameters
      General Questions • scriptnode callback network • • d.healey

      4
      0
      Votes
      4
      Posts
      78
      Views

      Christoph Hart

      @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.

    • d.healey

      How to set scriptnode knob range via scripting?
      Scripting Forum • controls scriptnode knob oscillator • • d.healey

      4
      0
      Votes
      4
      Posts
      58
      Views

      d.healey

      @Matt_SF Thank you!

    • marcLab

      pitch modulation effect in scriptnode.
      General Questions • scriptnode script fx • • marcLab

      5
      0
      Votes
      5
      Posts
      148
      Views

      Christoph Hart

      I think its Allpass vs Linear Interpolation, but you can check the stk docs for a proper reference.

    • d.healey

      Scriptnode oscillator mode
      Scripting Forum • scriptnode oscillator • • d.healey

      2
      0
      Votes
      2
      Posts
      78
      Views

      Christoph Hart

      Yeah, I realized I was too lazy to copy the code from the Waveform generator over 🙂

      Noted...