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

    Topics

    • S

      Changing Scriptnode Drop Down Parameter Via Script

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      9
      0 Votes
      9 Posts
      1k 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

      https://github.com/christophhart/HISE/blob/03c420c1d12f7a4457a8b497a6b78bc49d250e85/hi_scripting/scripting/scriptnode/api/NodeBase.h#L117

      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
      21
      0 Votes
      21 Posts
      982 Views
      ChazroxC

      GOAT activity. ☝

    • S

      Swapping a neural network model at runtime.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      1 Votes
      11 Posts
      913 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
      626 Views
      S

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