HISE Logo Forum
    • Categories
    • Register
    • Login

    Downloading speed inside hise,

    Scheduled Pinned Locked Moved General Questions
    52 Posts 4 Posters 755 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.
    • ustkU
      ustk @parabuh
      last edited by

      @parabuh Mmm... This might be related to the size of the file and Hise having trouble to cache it on mac.. But this is above of my expertise level 🤔

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

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

        @parabuh Yeah, I just tested on Linux and no issue. I'll try on Mac now.

        This is the snippet I'm using to test (you need to fill in the baseURL and url parts).

        HiseSnippet 929.3ocsV01aaaCDlxIpXxaqXEn+.z7mjGLLrSbcRPvv5rc7lwpS8pSK12JXjNESDJRARpr4E3+y6ev1QI4XkDizVCL8ACduw6gO7tidlRFBZsTQbpewxTf37MtyWJLKFtfxDjIiHNO2MR9mBtjFcAnMjAKSoZMDQbb16Wr933sOI+6e9oATNUDBaTQHePxBg2vRXlMZm85eiw4ioQvErjJd260SBkhgRtLCwydtcHozvqoWAmSstUyk7qT8BhyO314U8A3nCiihnGdXT+98O43S5cRWZbmdzK61+jdGz6nCN9nXhyyNKhYjp4FpAz3lNPFsb9B7.UjfOvzrK4fUnKYNl4B0jgKX7nYqIGMg3r+rMT0dET0KcmxhX2oeCk8c4F72DQURyo1SAoteAPxoBj1u.RuvcdnhkZ1Xwhmu1chv.pXJd2TEJE9Rpwp4NThdHLsSnWCiUnvcQDzuSmV93OMOsd84f5FP0VClATM7928lfFMr5YBNS.9wYhPCSJ7khAYFiTz0tuJIOHTljJEXFZ4eCkmAMqeacOVrev2WJ54oMTkYTYsV.tqqvMdMttBLCWuEAMJ27FMsHoLECob9kX8RvCy81v2CxkELbYHk6mo39+neiFmtVQLJNlwg4K0FHwhiwRdDnBpnb8FoaliS6Ek0ZPC7B1z9uYoVNxqtWI6steJ2GLgs7ucUK+3V2AODPdHhx4GyBltcD0PaGyDL8BHxxUd3YSK4P6TEyRHiPhIOIqZdpW8UUtGNWZf2JJNh0WU2+glhi2psRtiiGzsY113pdp.CDYIWBpp21VGwB06W8+rOup+vhxfJNJESDLyaSgR47aknh0OtWgTVGgqd+jQHaZaeJ0g9kBJCyBGmQvM3.qhlIO2Qf9ZiLM22xhODxlbqOurUqnXivhrATV4Q9KhiqysX1VZW763BldpLAimpPUN0zzafIhYJ.KfsshjG2KiSQjQYbp49iVrCcKMfL985ms8rBMyrr5P4uf4Mcdx4MetP7EtyXlvEaGi01BFw6h+OvX4T5u08r3XHzrAf66N9O10Qxehz+NYlgItZJ0nX1ZfyyRliulEBX1EBfqskC0r0iExcrxVFXNHhxE9W7qzXWqrSowtqMRRngJ4GCK5yruC7U4ZPLIxemzycpU1uKIu2qJOmfOK8wvv6uUOJvC10.ObWCr2tF3q10.6uqAdztF3we5.s+qgeNyHSJZaHjoyNKeXkiyYBJVAlWsR9OrJPAuL
        

        I know of another developer who's experienced slow download issues on Mac, so this is not unique.

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

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

          Confirmed, I get the same issue on Mac. I also tested with curl and the download speed is good, so this is specific to JUCE/HISE. I'll see if I can find a solution

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

          1 Reply Last reply Reply Quote 0
          • P
            parabuh @d.healey
            last edited by

            @d-healey thanks for your help <3

            P 1 Reply Last reply Reply Quote 0
            • P
              parabuh @parabuh
              last edited by

              @parabuh if the file is smaller than 500 mb everything is ok

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

                Pretty sure this PR fixes it - https://github.com/christophhart/HISE/pull/643

                Peek 2024-12-11 15-45.gif

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

                1 Reply Last reply Reply Quote 2
                • A
                  aaronventure @parabuh
                  last edited by

                  @parabuh on macOS you can use curl with BackgroundTask to do any downloading you need.

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

                    @aaronventure Do you have to link against curl in Projucer?

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

                    A P 2 Replies Last reply Reply Quote 0
                    • A
                      aaronventure @d.healey
                      last edited by

                      @d-healey no, just call curl directly using BackgroundTask, curl has been shipping with macos for 20 years now... In windows it's only been since 2019, but powershell has some native tooling for that, you can technically get away with curl now but on earlier earlier versions of Windows you either have to provide a curl install or use whatever the powershell alternative is.

                      1 Reply Last reply Reply Quote 1
                      • P
                        parabuh @d.healey
                        last edited by

                        @d-healey unfortunately it's not working :( Now after 500mb started slowing down.

                        Screen Recording 2024-12-11 at 17.38.52.gif

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

                          @parabuh Did you build my fork or make the change manually?

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

                          P 1 Reply Last reply Reply Quote 0
                          • P
                            parabuh @d.healey
                            last edited by

                            @d-healey i just build from your fork

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

                              @parabuh Did you build the development branch?

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

                              P 1 Reply Last reply Reply Quote 0
                              • P
                                parabuh @d.healey
                                last edited by

                                @d-healey nope i cloned your forked hise and switched to macDownloadFix branchScreenshot 2024-12-11 at 17.57.50.png

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

                                  @parabuh I will test with that branch too, it's possible there are other additions in my development branch that are having an effect here (although I doubt it).

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

                                  P 2 Replies Last reply Reply Quote 1
                                  • P
                                    parabuh @d.healey
                                    last edited by

                                    @d-healey ok im waiting for your answer

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

                                      @parabuh I'm still seeing consistent download speeds on that branch.

                                      Are you absolutely certain you built the correct branch and that you are running the correct binary? From your description it sounds like you have more than one copy of the HISE source on your system now and that nearly always leads to issues.

                                      Peek 2024-12-11 17-56.gif

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

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

                                        @parabuh Just in case, here's my binary you can try - https://filedn.eu/larUQgXOwVjQdvpPaD96lHH/HISE.app.zip

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

                                        P 2 Replies Last reply Reply Quote 0
                                        • P
                                          parabuh @d.healey
                                          last edited by parabuh

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            parabuh @d.healey
                                            last edited by parabuh

                                            This post is deleted!
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            26

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.7k

                                            Posts