• 0 Votes
    18 Posts
    469 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).
  • Import A Scriptnode Snippet

    General Questions
    3
    0 Votes
    3 Posts
    244 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).

  • Get Network Name from Hardcoded Master FX

    Solved Scripting
    8
    0 Votes
    8 Posts
    301 Views
    d.healeyD

    A work around but not a good solution

  • 0 Votes
    9 Posts
    554 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.