HISE Logo Forum
    • Categories
    • Register
    • Login

    Wrapping into DSP Network causes Crash

    Scheduled Pinned Locked Moved General Questions
    6 Posts 2 Posters 267 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.
    • orangeO
      orange
      last edited by orange

      Here is an issue that I've come across while trying to wrap the nodes into DSP network. I see the same issue on Windows too. Any ideas?

      Develop branch from 4th April 2022.
      macOS Monterey / M1 Max

      develop Branch / XCode 13.1
      macOS Monterey / M1 Max

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

        @orange in this case I would recommend to do it manually in a text editor. The container is a chain, yes?

        orangeO 1 Reply Last reply Reply Quote 0
        • orangeO
          orange @Christoph Hart
          last edited by

          @Christoph-Hart said in Wrapping into DSP Network causes Crash:

          @orange The container is a chain, yes?

          Yes container is a chain.

          in this case I would recommend to do it manually in a text editor.

          What is the way to do it?

          develop Branch / XCode 13.1
          macOS Monterey / M1 Max

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

            @orange Just create a new xml file and move the xml element of the blue container in there. If the network is called my_network, you need to create a file called my_network.xml.

            Then add this

            <?xml version="1.0" encoding="UTF-8"?>
            
            <Network ID="my_network" AllowCompilation="1">
              >Your node goes here XXX
            </Network>
            

            Then open the other XML file and look for the <Node /> element that represents the container you want (look for the IDproperty). Make sure you select the entire XML element and just paste it into the new file, then make sure that the root node ID has the same ID as the network. Restart HISE and done :)

            orangeO 1 Reply Last reply Reply Quote 1
            • orangeO
              orange @Christoph Hart
              last edited by orange

              @Christoph-Hart Thanks for the tip. I've created the same node ID named xml file and copied the xml elements of the node with it's parameters.

              Now the project can be loaded without crash. The node appears in the scriptnode's "project" section also.

              But when I go to Export > Compile DSP networks as dll Hise crashes.

              I think too much data on the xml makes this. I can compile smaller networks successfully.

              develop Branch / XCode 13.1
              macOS Monterey / M1 Max

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

                @orange Well, then please send me the network, I'll check it out.

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

                38

                Online

                1.8k

                Users

                11.9k

                Topics

                104.0k

                Posts