HISE Logo Forum
    • Categories
    • Register
    • Login

    Snex_node Needs to be wrapped into a compileable DSP Network

    Scheduled Pinned Locked Moved General Questions
    92 Posts 10 Posters 7.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      LeeC @Christoph Hart
      last edited by

      @Christoph-Hart thanks for jumping in!
      Really don't want to take up too much of your time on this one, but I guess I never saw instructions on how to compile this 'pitch shifter to a dll'.

      So step 1. I guess :beaming_face_with_smiling_eyes:

      1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart
        last edited by

        Check my first post in this thread, basically you just need to use the Tools / Compile Whatever function and it should run the exporter that compiles the dll you need. Then you will need to restart the SNEX workbench and the node should have been replaced by the dll one (indicated with the freeze icon).

        L 1 Reply Last reply Reply Quote 1
        • L
          LeeC @Christoph Hart
          last edited by

          @Christoph-Hart Ok, so by restarting the "SNEX workbench" do you mean restarting the whole of HISE? I don't see a specific option for the workbench.

          I get as far as this after choosing to Wrap into DSP Network but things appear blank after Saving and reopening the project in HISE.

          alt text

          After saving an reopening things look like this:

          alt text

          d.healeyD 1 Reply Last reply Reply Quote 0
          • d.healeyD
            d.healey @LeeC
            last edited by

            @LeeC SNEX workbench is a separate application to HISE. It's in the Tools folder of the HISE source.

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            L 1 Reply Last reply Reply Quote 0
            • Matt_SFM
              Matt_SF
              last edited by

              Hi, taking the opportunity to jump in :
              On my side I can successfully wrap the nodes network into a DSP network but when I click on Tools/Compile DSP Network, the WB crashes.

              Everything is supposed to be set up correctly.
              Using latest commit, Win10.

              Develop branch
              Win10 & VS17 / Ventura & Xcode 14. 3

              d.healeyD 2 Replies Last reply Reply Quote 0
              • L
                LeeC @d.healey
                last edited by

                @d-healey A ha... I was completely unaware of this!

                Ok, I'll compile the SNEX workbench application and see how I get on :beaming_face_with_smiling_eyes:

                1 Reply Last reply Reply Quote 0
                • d.healeyD
                  d.healey @Matt_SF
                  last edited by d.healey

                  @Matt_SF said in Snex_node Needs to be wrapped into a compileable DSP Network:

                  the WB crashes.

                  I have the same issue - https://forum.hise.audio/topic/4425/develop-branch-build-status/37?_=1629209779588 - Christoph is aware of it.

                  Libre Wave - Freedom respecting instruments and effects
                  My Patreon - HISE tutorials
                  YouTube Channel - Public HISE tutorials

                  NatanN 1 Reply Last reply Reply Quote 1
                  • NatanN
                    Natan @d.healey
                    last edited by

                    @d-healey Same Here

                    1 Reply Last reply Reply Quote 0
                    • Christoph HartC
                      Christoph Hart
                      last edited by

                      Actually I‘m not aware that it crashes on Windows so I just thought it‘s a Linux problem. Can you try to debug it in VS2017, it should point you to the crash location.

                      d.healeyD 2 Replies Last reply Reply Quote 1
                      • d.healeyD
                        d.healey @Christoph Hart
                        last edited by

                        @Christoph-Hart I'll take a look

                        Libre Wave - Freedom respecting instruments and effects
                        My Patreon - HISE tutorials
                        YouTube Channel - Public HISE tutorials

                        1 Reply Last reply Reply Quote 1
                        • d.healeyD
                          d.healey @Christoph Hart
                          last edited by d.healey

                          @Christoph-Hart No crash on Windows 10. I built with VS 2019. Because of this in order to compile the network I had to open the solution directly in VS and retartget it for 2019.

                          On GNU/Linux the crash happens instantly before the popup asking to select debug/release - but only in the release build.

                          Libre Wave - Freedom respecting instruments and effects
                          My Patreon - HISE tutorials
                          YouTube Channel - Public HISE tutorials

                          1 Reply Last reply Reply Quote 0
                          • Matt_SFM
                            Matt_SF
                            last edited by

                            Thanks @d-healey and @Christoph-Hart for clearing this up ! I'll check it on my side and keep you posted.

                            Develop branch
                            Win10 & VS17 / Ventura & Xcode 14. 3

                            1 Reply Last reply Reply Quote 0
                            • Matt_SFM
                              Matt_SF
                              last edited by

                              @Christoph-Hart First time I'm running a debug session but this is what the console outputs when I click on "compile DSP networks" :

                              JUCE Assertion failure in maincontroller.cpp:755
                              

                              Then

                              Unhandled Exception at 0x00007FF77DF3F428 in snex_workbench.exe : 0xC00000FD: Stack overflow (paramètres : 0x0000000000000001, 0x0000003E40E63000).
                              

                              Then

                              Unhandled Exception at 0x00007FF77DF3F428 in snex_workbench.exe : 0xC0000005:access violation writing location 0x0000003E40E60000.
                              

                              Not sure if I'm helping or if I'm diving into something too complex for me that I don't understand but I gave it a try... 🤔
                              I'm using VS2017 (also built the WB with VS2019 but ended with the same crash)

                              Develop branch
                              Win10 & VS17 / Ventura & Xcode 14. 3

                              1 Reply Last reply Reply Quote 0
                              • d.healeyD
                                d.healey @Matt_SF
                                last edited by

                                @Matt_SF

                                Using latest commit, Win10.

                                Develop branch?

                                Libre Wave - Freedom respecting instruments and effects
                                My Patreon - HISE tutorials
                                YouTube Channel - Public HISE tutorials

                                Matt_SFM 1 Reply Last reply Reply Quote 0
                                • Matt_SFM
                                  Matt_SF @d.healey
                                  last edited by

                                  @d-healey said in Snex_node Needs to be wrapped into a compileable DSP Network:

                                  Develop branch?

                                  Yes sir

                                  Develop branch
                                  Win10 & VS17 / Ventura & Xcode 14. 3

                                  1 Reply Last reply Reply Quote 0
                                  • Matt_SFM
                                    Matt_SF
                                    last edited by

                                    @Christoph-Hart custom math test-node successfully exported and used inside HISE. Great job ! 👏 👏 👏

                                    Develop branch
                                    Win10 & VS17 / Ventura & Xcode 14. 3

                                    NatanN 1 Reply Last reply Reply Quote 1
                                    • NatanN
                                      Natan @Matt_SF
                                      last edited by

                                      @Matt_SF Yeah, Today's Rolling Updates Was Fire :)

                                      Right Now At >>> https://github.com/christophhart/HISE/commits/develop

                                      alt text

                                      1 Reply Last reply Reply Quote 1
                                      • BrianB
                                        Brian
                                        last edited by Brian

                                        I spent a few hours trying to go through the procedure but keep getting a crash on the ‘save and reload’ step and was not able to go further, using a freshly built version from the latest Develop branch on Mac. Is anybody using a Mac and be able to get this going? If so if you could point to the right version it would be super appreciated :)

                                        Matt_SFM 1 Reply Last reply Reply Quote 0
                                        • Matt_SFM
                                          Matt_SF @Brian
                                          last edited by

                                          @Brian I didn't build HISE on mac for a little while but I have the version from Sept. 02. Save and reload + wrapping are working fine.
                                          Compiling DSP network is not though.

                                          Develop branch
                                          Win10 & VS17 / Ventura & Xcode 14. 3

                                          1 Reply Last reply Reply Quote 0
                                          • Christoph HartC
                                            Christoph Hart
                                            last edited by

                                            @Brian save and reload is just a shortcut. If you reopen the workbench and load your network it should be the same

                                            @Matt_SF What‘s the error message?

                                            Matt_SFM 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            58

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            102.1k

                                            Posts