HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. scottmire
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 27
    • Groups 0

    Topics

    • S

      Changing Scriptnode Drop Down Parameter Via Script

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      9
      0 Votes
      9 Posts
      160 Views
      A

      The classes in the API that might be of interest to you are DspNetwork and Node.

      Now, to change the actual value of a parameter you need this hidden class

      Link Preview Image HISE/hi_scripting/scripting/scriptnode/api/NodeBase.h at 03c420c1d12f7a4457a8b497a6b78bc49d250e85 · christophhart/HISE

      The open source framework for sample based instruments - HISE/hi_scripting/scripting/scriptnode/api/NodeBase.h at 03c420c1d12f7a4457a8b497a6b78bc49d250e85 · christophhart/HISE

      favicon

      GitHub (github.com)

      So give it a try. First you'll have to find out the name of the dropdown parameter, then you could maybe try to pass ints 1, 2, 3... or 0, 1, 2... or a straight up string.

    • S

      Audio Spike when loading a Neural Network node.

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      6
      0 Votes
      6 Posts
      178 Views
      S

      @aaronventure
      I placed the neural network node in a soft_bypass node and for the life of me, I can't seem to get a reference to the soft_bypass node. I am really struggling here....

      My network is called "theAmp" and the ID of soft_bypass node is "wrapneural1"......could you please show me how you would code the references?

    • S

      Swapping a neural network model at runtime.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      1 Votes
      11 Posts
      243 Views
      S

      @clevername27 LOL....I feel a bit bad about that. I didn't know it would do that.

    • S

      Loading an IR in a scriptnode convolution module via script

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      1 Votes
      7 Posts
      289 Views
      S

      I got it working!
      Thanks to everyone for the help....it's greatly appreciated!