Forum
    • Categories
    • Register
    • Login
    1. Home
    2. Tags
    3. network
    Log in to post
    • All categories
    • David HealeyD

      [Scriptnode] control gain via knob using only 0.5 to 1.0 range

      Watching Ignoring Scheduled Pinned Locked Moved Solved ScriptNode scriptnode gain network
      18
      0 Votes
      18 Posts
      3k Views
      Christoph HartC

      BTW you can optimize the wet path like this:

      99dfcf6c-6697-40ef-b4bb-8dcad3e21327-image.png

      Use a multi container, this will automatically split up the stereo channels into LR (the mul node does nothing and the jdelay delays the right channel only. If you don't modulate the delay time you can set the limit to the exact value of the delay time parameter - this will save some memory because the delay won't allocate as much (in this case it's 1-2MB of memory).
    • trillbillyT

      Import A Scriptnode Snippet

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scriptnode network import
      3
      0 Votes
      3 Posts
      737 Views
      Christoph HartC

      @d-healey this is for copying nodes inside a network. If the clipboard contains one of these snippets, it will show an item in the node popup that will create a new node based on the clipboard content:

      6bedc52b-45c2-48a2-836d-822ecf0f8ffe-image.png

      The import from snippet function in the scriptnode "homepage" isn't functional yet (and it's a bit useless because you can just import a HISE snippet with a node which is why I never bothered implementing it).

    • oskarshO

      Get Network Name from Hardcoded Master FX

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting scriptfx effect slot network
      10
      0 Votes
      10 Posts
      2k Views
      oskarshO

      @whoopsydoodle yes you can get the Hardcoded FX as a Slot FX and use getCurrrenEffectId()

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