HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. scriptnode
    Log in to post
    • All categories
    • langermarc19L

      SNEX C++ Template template arguments

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development script fx scriptnode c++
      2
      0 Votes
      2 Posts
      373 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
      667 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!

    • d.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
      376 Views
      d.healeyD

      I see this has been fixed now :)

    • d.healeyD

      Scriptnode, how to use getNumParameters ?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting scriptnode parameter
      8
      0 Votes
      8 Posts
      475 Views
      d.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.

    • d.healeyD

      This script processor has a network that consumes the parameters

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scriptnode callback network
      9
      0 Votes
      9 Posts
      751 Views
      HISEnbergH

      @Christoph-Hart I think I am missing something but this won't work for me.

      The "whatever" here is just the name of the scriptFx correct (whatever we named the xml file)?

      ** Edit: Something strange with how the project was set up. There is something buggy about this feature that I can't quite put my finger on. Does the scriptnode have to be compiled to dll first? I solved the issue but I can't say exactly how. This has happened to me numerous times in the past.

    • d.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
      336 Views
      d.healeyD

      @Matt_SF Thank you!

    • marcLabM

      pitch modulation effect in scriptnode.

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

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

    • d.healeyD

      Scriptnode oscillator mode

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

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

      Noted...