Forum
    • Categories
    • Register
    • Login
    1. Home
    2. Chazrox
    3. Posts
    • Profile
    • Following 6
    • Followers 6
    • Topics 178
    • Posts 1,533
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: How do I port DspNetworks ---> NewProject file ?

      @HISEnberg @David-Healey Yup that works! I get it now. I've been compiling like a mad man lol

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: How do I port DspNetworks ---> NewProject file ?

      @David-Healey Yes.

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: How do I port DspNetworks ---> NewProject file ?

      @David-Healey Ok. Thanks. Im still making sense of these networks tbh. I guess thats not hard to do if need be. The part im trying to avoid is creating all the parameter knobs in a new project when I want to use an effect in a new project. Am I overlooking something here?

      posted in Scripting
      ChazroxC
      Chazrox
    • How do I port DspNetworks ---> NewProject file ?

      I've noticed that when I compile a dspnetwork to dll, it creates these files in my project folder and im assuming this 'TestNodeA.h' is the file that is loaded into a Hardcoded Master FX module...
      Screenshot 2026-06-07 at 2.28.49 AM.png

      Can I just add these files to a new projects 'AdditionalSourceCode' folder and have my 'TestNodeA' be available in a Hardcoded Fx slot?

      What is the proper way to do this?

      Or do I have to compile a new dsp from within the NewProject ?

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: [Blog] My Favourite C++ Open Source DSP References

      @griffinboy clean 🔥

      posted in Blog Entries
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      FIXED!!!!!! 😭 😭

      Screenshot 2026-06-05 at 7.22.38 PM.png

      @David-Healey @HISEnberg @dannytaurus OMG! A Year of trying and it was a stale template file....I wanna cry. lol

      Finally made it to this window:

      Screenshot 2026-06-05 at 7.25.10 PM.png

      and compiled dll successfully !

      Screenshot 2026-06-05 at 7.37.24 PM.png

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      Claude told me to quit already but I kept going lol. I really want to fix this. It gave me a "High Signal Report" in hopes that someone here can read it and help because its Claude is literally telling me to go to sleep lmaoo

      Here's what it gave me:


      HISE 4.9.2 on macOS Sequoia 15.2 / Apple Silicon
      Crash in compileNetworksToDll, even with empty project + bare core.gain

      Stack trace shows crash inside createAllNodesOnce() iterating
      TemplateNodeFactory. Recurses 4 levels deep into nested containers,
      then NodeContainer::nodeAddedOrRemoved calls getNodeForValueTree
      which returns nullptr. Register x21 = 0x0 at crash site, attempting
      ldr from null in getNodeForValueTree+108.

      The bug is not in user projects — createAllNodesOnce instantiates
      HISE's built-in templates and one references a child node not in
      the factory. Reproduces 100% with completely empty project.

      Built ReleaseWithFaust from develop branch commit 6446c4ab6 with
      HISE_INCLUDE_FAUST=1, HISE_INCLUDE_FAUST_JIT=1, HISE_FAUST_USE_LLVM_JIT=1,
      USE_BACKEND=1, HISE_INCLUDE_SNEX=1.

      Need to know: which preprocessor flag combination makes
      TemplateNodeFactory register a node whose child template is missing
      from the build?

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      @dannytaurus I havent tried that yet! Im not sure how to use it honestly. Im gonna watch a video and see whats up. Thanks!

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      Is this the expected folder structure for having just created a new dsp network file? Is there anything missing here?

      Screenshot 2026-06-05 at 4.38.25 PM.png

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      Claude has completely given up on me. lol I've tried everything a few times over. Claude keeps telling me to wait for Christoph to save me 😆 .

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      I just tried a to fix with Claude and this is its response:

      Screenshot 2026-06-05 at 11.15.34 AM.png

      Does that mean im screwed? lol

      The new HISE build is working great aside from not being able to compile networks still...Something is really screwed up over here.

      @David-Healey @HISEnberg

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      Is there any difference in creating a node with these two options?

      Screenshot 2026-06-05 at 10.04.18 AM.png

      Im trying both to see what works but still same result.

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      @HISEnberg I just found Davids updated video regarding sdk's. Im going to continue trying. Thank you.

      ***UPDATE:

      My test project will compile and export as an FX plugin but still its just not compiling my networks to dll.

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      @David-Healey In my new hise build, I cant find the setup wizard that lets me extract the sdk's and I noticed in settings "Setup Wizard = 1" . Does that mean its already setup by default?

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      @HISEnberg Just letting you know, I tried changing the name to my folder and still get the error/crash.

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      update from Claude reading latest crash report:

      Screenshot 2026-06-05 at 9.40.57 AM.png

      I dont think its a HISE bug but maybe something here is telling of something else?

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      Do I need to set this?

      Screenshot 2026-06-05 at 9.37.46 AM.png

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      @HISEnberg No worries I really appreciate it. Im down to try that. If I just change the name of the folder will that mess up any of my projects in it? Is this also the case for naming conventions in general? Project names and node names?

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      I really appreciate all the help on this from you guys because Im out of my league at this point.

      posted in Scripting
      ChazroxC
      Chazrox
    • RE: Dsp network wont compile: // <--Changed to more relevant title :)

      @HISEnberg just tried that. Still this error.

      Screenshot 2026-06-05 at 9.09.00 AM.png

      posted in Scripting
      ChazroxC
      Chazrox