HISE Logo Forum
    • Categories
    • Register
    • Login

    I Need Help...

    Scheduled Pinned Locked Moved General Questions
    50 Posts 4 Posters 2.0k 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 @ClawFORGE Studio
      last edited by

      @ClawFORGE-Studio 2048KB seems a bit small. It should be the one above it, HISE Standalone App I think. Looks like your compile failed.

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

      C 1 Reply Last reply Reply Quote 0
      • C
        ClawFORGE Studio @d.healey
        last edited by

        @d-healey Alright, so after my Laptop just died on me, I reopened the HISE folder and got these in C++

        bandicam 2024-11-11 18-40-25-975.jpg

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

          @ClawFORGE-Studio That means nothing to me, but it looks like you're still building the Debug version.

          Are you following the instructions on github or in my video?

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

          C 2 Replies Last reply Reply Quote 0
          • C
            ClawFORGE Studio @d.healey
            last edited by

            @d-healey Yes I did, now it worked, I'll notify you if I got towards another issues, thanks a lot bud!

            bandicam 2024-11-11 19-29-21-143.jpg

            1 Reply Last reply Reply Quote 0
            • C
              ClawFORGE Studio @d.healey
              last edited by

              @d-healey Yo, so I got these errors today. What could it be ?

              These are the only lines that have an error in it.

              bandicam 2024-11-12 14-46-26-346.jpg

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

                @ClawFORGE-Studio Out of heap space again, reduce the number of threads you're using.

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

                1 Reply Last reply Reply Quote 0
                • N
                  Noahdeetz @ClawFORGE Studio
                  last edited by

                  @ClawFORGE-Studio One thing that I would try doing is compressing the PNG/JPEG using a free online solution like: https://compresspng.com

                  you would be surprised at how much png images can be compressed!

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

                    @Noahdeetz Compressing images makes no difference here, they will be loaded into memory at full raw bitmap size no matter the compression used.

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

                    C N 2 Replies Last reply Reply Quote 0
                    • C
                      ClawFORGE Studio @d.healey
                      last edited by

                      @d-healey So, what should I do bud?

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

                        c1ca8056-8f1a-401e-a503-73782ee6a15a-image.png

                        maybe try this option - do you have this selected in your project? Navigate to project settings if you can and find "embed image files"

                        C 1 Reply Last reply Reply Quote 0
                        • C
                          ClawFORGE Studio @Noahdeetz
                          last edited by

                          @Noahdeetz I'll give it a try

                          1 Reply Last reply Reply Quote 0
                          • N
                            Noahdeetz @ClawFORGE Studio
                            last edited by Noahdeetz

                            @ClawFORGE-Studio Also, just as a general best practice, it might be worth it to see how much you can get the size of the image down.

                            Not saying that David is wrong but I did have a similar issue like this (in JUCE, not HISE) where that fixed it.

                            C 2 Replies Last reply Reply Quote 0
                            • C
                              ClawFORGE Studio @Noahdeetz
                              last edited by

                              @Noahdeetz Yep it's enabled

                              bandicam 2024-11-12 20-00-50-760.jpg

                              N 1 Reply Last reply Reply Quote 0
                              • N
                                Noahdeetz @ClawFORGE Studio
                                last edited by

                                @ClawFORGE-Studio Then just try compressing the images. It might not work...

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

                                  @Noahdeetz said in I Need Help...:

                                  @ClawFORGE-Studio Then just try compressing the images. It might not work...

                                  Or just remove the images completely to rule them out.

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

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    ClawFORGE Studio @Noahdeetz
                                    last edited by

                                    @Noahdeetz Alright so I compressed the images and now exporting the Vst. I'll let you know if it worked

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      ClawFORGE Studio @Noahdeetz
                                      last edited by

                                      @Noahdeetz Alright, now it worked!

                                      bandicam 2024-11-12 20-24-01-505.jpg

                                      d.healeyD N 2 Replies Last reply Reply Quote 1
                                      • d.healeyD
                                        d.healey @ClawFORGE Studio
                                        last edited by

                                        @ClawFORGE-Studio Looks like you're compiling a VST2?

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

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          ClawFORGE Studio @d.healey
                                          last edited by

                                          @d-healey Yeah, I forgot to turn on the VST3 Support in HISE 😂

                                          1 Reply Last reply Reply Quote 0
                                          • N
                                            Noahdeetz @ClawFORGE Studio
                                            last edited by

                                            @ClawFORGE-Studio Nice!

                                            Just for further reference if anyone else looks down this thread. The rationale is that uncompressed images can still gum up a compiler because their conversion to source code (the const char ptr in PresetData.cpp) can bloat the size quite a bit.

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

                                            27

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.4k

                                            Posts