Forum
    • Categories
    • Register
    • Login
    1. Home
    2. pratitghosh
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 19
    • Groups 0

    pratitghosh

    @pratitghosh

    2
    Reputation
    2
    Profile views
    19
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pratitghosh Unfollow Follow

    Best posts made by pratitghosh

    • RE: NAM Model switching logic

      @David-Healey Aye aye, cap'n.

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @David-Healey Not a lot of code, I'm doing this 5-model thing in a new project. Here is the code and the scriptnode.
      Screenshot 2026-03-26 175307.png
      Screenshot 2026-03-26 175212.png

      posted in General Questions
      P
      pratitghosh

    Latest posts made by pratitghosh

    • RE: NAM Model switching logic

      @David-Healey In the same conversation there are 2 replies from scottmire and sinewavekid... Do you have any information on those?

      Using a script to change between neural networks? Or using clearModel() to load a new network?

      Or if not that either, can you help with the timer to silence thing?

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @David-Healey Test.zip

      Well apparently you can just upload zips straight into this forum. Neat.

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @David-Healey Aye aye, cap'n.

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @David-Healey Sorry I didn't understand what you mean. Do you want the project where I made that 5 model scriptnode thing? That's in a project called "API", which I made like a few minutes ago after seeing resonant's idea. Meanwhile the neuralNetwork code is from a project called TestPre, which I was working on originally.

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @resonant I'm not preventing s#it... I'm just testing out the waters. So 35-40% CPU usage isn't as big of an issue right now. Just trying to see if my idea can actually be realised. Also what's Aida x?

      As much as I gathered from other chats in this forum, you can embed models as json scripts. I'm not sure, as a noob, if I'll be able to do it or not... So I am just going the simplest route I can take and kinda brute forcing it to work.

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @David-Healey 😖 😖 Why is NAM like this... Just give us normies a nice loadModel function in a simple cpp that we can just put in a third party C++ node of our own like

      #include "./loader.cpp";
      Network.loadModel(index+".nam");

      And Boom, job done.

      But nooooooo, it has to be convoluted.

      (Sorry for the rant I know it's a lot more complex than that)

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @David-Healey Not a lot of code, I'm doing this 5-model thing in a new project. Here is the code and the scriptnode.
      Screenshot 2026-03-26 175307.png
      Screenshot 2026-03-26 175212.png

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @resonant This is an acceptable result. Silence is manageable. The white noise bursts are unbearable.

      Do you have any place where I can learn how to do this? Is this in the HISE Documentation?

      (I'm gonna use this technique to make a Manley Voxbox emulation. There are only 5 gain stages... Well, 10 if you count in the Line and Mic switching... And 20 if you count the xfmr in/out switch... But this can be done... I will make that plugin with this idea. As soon as I can do that silence thing, that is.)

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @David-Healey
      Interface: F:\Apps\HISE\Projects\API212L\Samples

      posted in General Questions
      P
      pratitghosh
    • RE: NAM Model switching logic

      @David-Healey The same place...? It does fetch the 50.nam file. It saturates in the same way 50.nam would. That part is working. It's the drive knob callback where I try to switch models that isn't working.

      Also, I just tried out @resonant 's idea with 5 models at first and it works great, except for when it switches between models there's this white noise burst. As long as that can be removed, I think this project can be completed...

      posted in General Questions
      P
      pratitghosh