HISE Logo Forum
    • Categories
    • Register
    • Login

    main workspace not show up

    Scheduled Pinned Locked Moved General Questions
    19 Posts 5 Posters 660 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.
    • d.healeyD
      d.healey
      last edited by

      I don't bother with the .hip file unless I automatically press CTRL+S. Always use the .xml format for saving, it's more reliable and easier to fix than .hip.

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

      ustkU 1 Reply Last reply Reply Quote 0
      • ustkU
        ustk @d.healey
        last edited by

        @d-healey Same here. but I systematically perform a CMD+S on top of saving the XML, just so I have a fallback if I need...
        I tried an tool (don't remember the name) that allows you to add shortcuts to any app, it shows up in Hise menu but for some reason, it does not trigger. I hope v3 will have a shortcut assigned to the XML... I remember messing around in the source code as well with no luck...

        Can't help pressing F5 in the forum...

        ustkU 1 Reply Last reply Reply Quote 0
        • ustkU
          ustk @ustk
          last edited by ustk

          @ustk I fact I might have found it in the source... I'm on it after lunch ;)

          Can't help pressing F5 in the forum...

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

            @ustk Excellent! If you find the secret I can add it my develop branch.

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

            ustkU 1 Reply Last reply Reply Quote 0
            • ustkU
              ustk @d.healey
              last edited by ustk

              @d-healey Ok so in BackendApplicationCommands.cpp, line 266, change the last bool to true
              It'll just call the Save As window (if the XML already exists), so it's not great but better than clicking the menu twice...

              setCommandTarget(result, "Save as XML", GET_PROJECT_HANDLER(bpe->getMainSynthChain()).isActive(), false, 'X', true);
              

              You can change the letter if you wish.

              I tried to implement a Save XML menu entry the same way it works with Save Archive with a YES/NO and "Overwrite" box but after adding a dozen lines to create the menu entry, handling the whole XML rewriting process is way out of my skills...

              Also, it should be possible to add another modifierKey like SHIFT for a SHIFT+CMD+S by adding just a new argument...
              I'll try...

              Can't help pressing F5 in the forum...

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

                @ustk Thanks, I'll take a look at it.

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

                ustkU 1 Reply Last reply Reply Quote 0
                • ustkU
                  ustk @d.healey
                  last edited by

                  @d-healey Here's with shift+cmd+S:

                  setCommandTarget(result, "Save as XML", GET_PROJECT_HANDLER(bpe->getMainSynthChain()).isActive(), false, 'X', true);
                  
                  TO
                  
                  setCommandTarget(result, "Save as XML", GET_PROJECT_HANDLER(bpe->getMainSynthChain()).isActive(), false, 'S', true, ModifierKeys::commandModifier | ModifierKeys::shiftModifier);
                  

                  You can also invert it with the Archive command

                  Save As XML => CMD + S
                  Save Archive => SHIFT + CMD + S

                  Can't help pressing F5 in the forum...

                  1 Reply Last reply Reply Quote 0
                  • DalartD
                    Dalart
                    last edited by

                    Having the same issue now, all of my previous projects are now doing this crap.
                    No samplers or anything showing up.
                    Tried to paste the SendFX snippet into HISE and even it is doing the same thing (nothing in main workspace).
                    Nothing changed on the PC :(

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

                      @Dalart .hip or .xml?

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

                      DalartD 1 Reply Last reply Reply Quote 0
                      • DalartD
                        Dalart @d.healey
                        last edited by

                        @d-healey Neither will load, I backup in XML and archive.
                        Using Scriptnode 2.1.0 build 650 with IPP installed.

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

                          @Dalart Run your XML through an xml validator and see if there is an error. I made a video about this

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

                          DalartD 1 Reply Last reply Reply Quote 0
                          • DalartD
                            Dalart @d.healey
                            last edited by

                            @d-healey Thanks David :)

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

                              There's also the Create Recovery XML from HIP function in the file menu if you end up with a corrupted .hip file (which is impossible to validate unlike XML).

                              DalartD 1 Reply Last reply Reply Quote 1
                              • DalartD
                                Dalart @Christoph Hart
                                last edited by

                                @Christoph-Hart Thanks Christoph :)

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

                                9

                                Online

                                1.7k

                                Users

                                11.9k

                                Topics

                                103.6k

                                Posts