Forum
    • Categories
    • Register
    • Login
    1. Home
    2. Tags
    3. scriptnode
    Log in to post
    • All categories
    • LindonL

      Adventures In ScriptNode - compiling SNEX nodes

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scriptnode
      7
      0 Votes
      7 Posts
      1k Views
      LindonL

      @Christoph-Hart said in Adventures In ScriptNode - compiling SNEX nodes:

      @Lindon Yes, unless they use certain things which prevent compilation:

      global cables modulator slots changes to the DSP network using the scripting API

      I think there are a few more edge cases, but these are the most important ones. If none of them apply, then you should export the scriptnode network as dll and use the hardcoded modules instead, this bypasses the entire scriptnode data management with its additional data layer and API access.

      Ok thanks - good guidance, in passing... what are "modulator slots" here?

    • langermarc19L

      SNEX C++ Template template arguments

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development script fx scriptnode c++
      2
      0 Votes
      2 Posts
      862 Views
      langermarc19L

      Actually I think I may have found the answer in hi_dsp_library/snex_basics/snex_ProcessDataTypes

    • Casey KolbC

      Integrating Third Party DSP Libraries in Scriptnode

      Watching Ignoring Scheduled Pinned Locked Moved Scripting scriptnode
      6
      1 Votes
      6 Posts
      1k Views
      griffinboyG

      @Christoph-Hart

      Hi there, I'm looking to integrate a 'header only' library, for use in an external c++ node.

      I could find no 'src' folder and so I created it, and dumped my source code for the library in there, but that doesn't seem to be enough, as my external node will not compile!

      300133a5-fd75-4e4c-80c1-67594212b9c2-image.png

      Is there a place I can put my headers, where they will be picked up by scriptnode?

      276f1dea-2c09-4166-94c5-86c84a63ea8b-image.png

      The autogenerated includes file has correctly transcribed it, but VS is not able to find the thing!

    • David HealeyD

      [bug] Network XMLs not showing up in latest version

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports scriptnode bug dspnetwork project
      3
      1 Votes
      3 Posts
      696 Views
      David HealeyD

      I see this has been fixed now :)

    • David HealeyD

      Scriptnode, how to use getNumParameters ?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting scriptnode parameter
      8
      0 Votes
      8 Posts
      1k Views
      David HealeyD

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

    • David HealeyD

      This script processor has a network that consumes the parameters

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scriptnode callback network
      15
      0 Votes
      15 Posts
      2k Views
      David HealeyD

      @dannytaurus said in This script processor has a network that consumes the parameters:

      We should just use var everywhere and let the parser/compiler sort it out.

      😢 Probably true...

    • David HealeyD

      How to set scriptnode knob range via scripting?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting controls scriptnode knob oscillator
      4
      0 Votes
      4 Posts
      722 Views
      David HealeyD

      @Matt_SF Thank you!

    • ?

      pitch modulation effect in scriptnode.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scriptnode script fx
      5
      0 Votes
      5 Posts
      1k Views
      Christoph HartC

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

    • David HealeyD

      Scriptnode oscillator mode

      Watching Ignoring Scheduled Pinned Locked Moved Scripting scriptnode oscillator
      2
      0 Votes
      2 Posts
      445 Views
      Christoph HartC

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

      Noted...