HISE Logo Forum
    • Categories
    • Register
    • Login

    Community plugin project

    Scheduled Pinned Locked Moved General Questions
    226 Posts 13 Posters 22.4k 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.
    • Matt_SFM
      Matt_SF @UD AUDIO
      last edited by

      @UD-AUDIO I'm not a pro GUI designer but if you like working with big images, I don't see why you shouldn't. But IMO this size it too much for a plugin, you should leave room for the DAW to be displayed. For my taste, 65-70% should be nice (without the wood part :grinning_squinting_face: )

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

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

        @UD-AUDIO Keep total assets below 50mb (the images are raw bitmap, they are not compressed once in your plugin).

        You can see the total size in the image pool, this is the value you should keep below 50mb.

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

        UD AUDIOU 1 Reply Last reply Reply Quote 2
        • UD AUDIOU
          UD AUDIO @Matt_SF
          last edited by

          @Matt_SF I agree on that! Well I like the look with the desk.
          A negative factor with resizing it to lower sizes is that the synth is a bit tiny because of that desk.
          Maybe there is a way to have the desk optional. But I guess this would need rework
          for the whole GUI and this is only doable with vector graphics right? Or maybe with panel magic?!

          MikeBM 1 Reply Last reply Reply Quote 0
          • UD AUDIOU
            UD AUDIO @d.healey
            last edited by UD AUDIO

            @d-healey I will keep this in mind! Thanks :) The image pool is 36mb with one skin only.
            I will add more skins to it at the end. 1900x900 GUI image is 1.,33mb

            1 Reply Last reply Reply Quote 1
            • MikeBM
              MikeB @UD AUDIO
              last edited by MikeB

              @UD-AUDIO as David says, look how many Mb the sum of your images is already.
              The invited images are not compressed.
              So if you use a 1200x500px image of 450kb in HISE it will take up 10MB of space there unfortunately.

              "One hour of trial and error can save 10 minutes of reading the manual."
              "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
              HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

              UD AUDIOU 1 Reply Last reply Reply Quote 0
              • UD AUDIOU
                UD AUDIO @MikeB
                last edited by UD AUDIO

                @MikeB In Affinity I mostly decrease the quality of a jpg file from 100 to 95%
                which has almost no loss in quality but less than 50% of the filesize with 100% quality.
                But I don't like the "almost" so I go with png for max quality.

                d.healeyD MikeBM 3 Replies Last reply Reply Quote 0
                • d.healeyD
                  d.healey @UD AUDIO
                  last edited by

                  @UD-AUDIO said in Community plugin project:

                  I mostly use a 5% compressed jpg

                  There is no compression once it's in HISE, it is a raw bitmap.

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

                  UD AUDIOU 1 Reply Last reply Reply Quote 1
                  • MikeBM
                    MikeB @UD AUDIO
                    last edited by

                    @UD-AUDIO Unfortunately HISE doesn't care what you use - it doesn't matter at all.
                    As soon as you import it into HISE it is 32bit and uncompressed and 20x bigger.

                    HISE reserves a colour space of 4,294,967,296 colours = 32BIt for each image. Even if your picture has only 2 colours.

                    So you can compress it or not.
                    The only thing that matters is the number of pixels.

                    "One hour of trial and error can save 10 minutes of reading the manual."
                    "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                    HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

                    UD AUDIOU 1 Reply Last reply Reply Quote 0
                    • UD AUDIOU
                      UD AUDIO @d.healey
                      last edited by UD AUDIO

                      @d-healey 5% compression was wrong. It's 5% quality reduction. I didn't use that method with HISE.
                      But how can the image in HISE be uncompressed when my export from another app isn't?
                      Does it encode the file or something? Just curious..

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

                        @UD-AUDIO See here - https://forum.hise.audio/topic/1806/filmstrip-size-limit

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

                        UD AUDIOU 1 Reply Last reply Reply Quote 0
                        • MikeBM
                          MikeB @UD AUDIO
                          last edited by

                          @UD-AUDIO Again - it doesn't matter if you compress your image in Photoshop. HISE uses the 32bit bitmap format internally and all images you import are 32bit.

                          "One hour of trial and error can save 10 minutes of reading the manual."
                          "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                          HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

                          1 Reply Last reply Reply Quote 0
                          • UD AUDIOU
                            UD AUDIO @MikeB
                            last edited by UD AUDIO

                            @MikeB This is interesting and impressive.. Thanks for clearing!
                            Btw I never would use jpg files for in-app-usage.
                            You also wouldn't use a mp3 instead of wav with your DAW right? :)
                            (Just thought about optimization methods in terms of speeding up the VST)

                            1 Reply Last reply Reply Quote 0
                            • UD AUDIOU
                              UD AUDIO @d.healey
                              last edited by UD AUDIO

                              @d-healey Thanks! Very helpful.

                              @all
                              How to make the desk optional?
                              -Crop the whole vst with a button? :D
                              -Scale the synth itself?

                              Or I could just leave a tiny bit of the desk.
                              But I WILL KEEP IT !! lol

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

                                @UD-AUDIO said in Community plugin project:

                                Or I could just leave a tiny bit of the desk.
                                But I WILL KEEP IT !! lol

                                I don't care about graphics, I care about efficiency, so you're asking the wrong guy, but I think this is the solution. :p

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

                                UD AUDIOU 1 Reply Last reply Reply Quote 0
                                • UD AUDIOU
                                  UD AUDIO @d.healey
                                  last edited by

                                  @d-healey Yes you said that once, I remember. I forgot the @all ;)

                                  1 Reply Last reply Reply Quote 1
                                  • UD AUDIOU
                                    UD AUDIO
                                    last edited by UD AUDIO

                                    This post is deleted!
                                    lalalandsynthL 1 Reply Last reply Reply Quote 1
                                    • lalalandsynthL
                                      lalalandsynth @UD AUDIO
                                      last edited by

                                      @UD-AUDIO Is the synth monophonic ? If so , how do you deal with note priority ?

                                      https://lalalandaudio.com/

                                      https://lalalandsynth.com/

                                      https://www.facebook.com/lalalandsynth

                                      https://www.facebook.com/lalalandsynth

                                      UD AUDIOU 2 Replies Last reply Reply Quote 0
                                      • UD AUDIOU
                                        UD AUDIO @lalalandsynth
                                        last edited by UD AUDIO

                                        @lalalandsynth The mono knob is using the "force mono" of the waveform generator which doesn't work like I thought. And the panning also doesn't work properly for now. It should be able to have mono and stereo.

                                        I'm not sure how things work in HISE. No note priority handling yet. Just the legato script.

                                        LindonL 1 Reply Last reply Reply Quote 0
                                        • UD AUDIOU
                                          UD AUDIO @lalalandsynth
                                          last edited by

                                          @lalalandsynth You can have a look at the project if you like.
                                          (but I still need to clean it up)
                                          https://github.com/unikatdynamik/HISE-COLLAB

                                          1 Reply Last reply Reply Quote 1
                                          • LindonL
                                            Lindon @UD AUDIO
                                            last edited by

                                            @UD-AUDIO said in Community plugin project:

                                            @lalalandsynth The mono knob is using the "force mono" of the waveform generator which doesn't work like I thought. And the panning also doesn't work properly for now. It should be able to have mono and stereo.

                                            I'm not sure how things work in HISE. No note priority handling yet. Just the legato script.

                                            here's a simple mono script you can use(last note priority):

                                            HiseSnippet 1179.3oc6X01aaaCDlx1pK1stXcnEaeTsXnvFn0vJq6khgflWrSmQqSLhSS22JXjnrIhDofDkWMBx+w8SX+D1+fsijRQRMdtoFYqXoU.AQ73cGet63yQJOJh6Phi4QHi5GNOjfLtk434LwzclhoLzfdHiaaNDGKHQVZQaOODGGSbQFFUetTfQ8ZH0ye9rsw9XlCIWDBcDm5PdIMfJxkNZyWP882E6RNjFTP6mr4.GNaGtOOAvSUytnPryI3Ij8vR0pXhLtQeWpfGMVfEjXjQss4tyGOk+aLs9GQioG6SjCrQiAGoEuK22UhX46nclR8cGkE2wHjg4n7rPUcV3tlCotzykmmM9R0DV4VTLeXTYYvytH75tP3Yu.3gJftZZzAff6l3iEkQlrbjNAkWtRMfIHrXpXdwx0GU3dGyQTgyzEi2JK.uPg5ea7lV7aZ12yi3HxAaMyc+0+aqzq8OvFuk4Nbl.FQhruJ3hgWZtnQ0qKbuO.3Ybwcy2wbrSDMTjOiDaegY.mwKWRz5gpjTwLhLwxGZitGWP94lMjCotVaX83m9TXXyFPtNVXMCGYcrxAvTx5LgI5fcc2NQH3rVOP67G7HK6tx+ZCl5kvbjrGKNS568YsZ2rwoMaXAOTuVZu0YBQbD1Ogzps0FaX0ssd9T0zpZ0B.z8UHpctb4iZGXGlz6ddaOu+L.UCbA0kquTglMpq7gLfFBoDnicm.7IjshDTOpCE62RppRorjPAUAvIkrWRvwjnVYN8L3+mAu9tAnm2UPDZ8vGZcecbQieAYdOXaRqLn0tP7e5GXp37UKu3lI5rz35BgkrPGw88kAeiSaTuwYklVxKW7LoF1hoxbOB19.IfyUD1vVlQbyKGivQuuqfhb1.FUreHIkomsU6BR77xDIMJOtJpnJbJJHUsbQKmRhR4ERxYpofpBE071oTSMeAQAmrlolzfTImhMHQuZPOr.m4GvkvxDRf8rxjkQOxLnaolxW2rGI9DAOToaPHmIAfQs2+p9VnCmQCX8lm8xmON+SwiyumFJ2z703YDUWDEPtmZrGOJv54D3HcYNcYGq+6W8Gquui.fvgQXVbHOlXWzyuybqWbtdDQBqr5ZQkzRFd6BgWA8VayLgqWT3HLqjyfwk7zP5ayG9GOqOCCEjwDHZb2O1ABVYtqHcXTheL40TWwT6hFlKd8hh+EbjKTWbJsAs5Jckhx71B5uf6WbiO+oGJ3V8xA22yMzpmgwwzfPeRe1LhOzRWgwuB5g6gS7EYRKyyFB2dKbJmQKsC3.hHhNYBozFqEFPaIDv2plK4tad.wmfiKv891MeIbscbDjmHqXtv9xmKVV85aL0v0R1bv55wYLU+j+LlkyPg9m++oR+0lPO80sTkaqO906C3IBJaxPLzMPdiN3SUFCGf5P.DyXD+X4k6pHuapdbW4XIbFSXtpA+E7jNosbrQ5j1YSdsYMBvNQ723nuYtrozZJIPtko9U7paNTN1xN6F4llc6zEE.Gs8FGGIu4wPMXw1r9JXy2sB17jUvlueEr4GVAa9wUvleZo1HuUwVIBdfliABF0W8kQFF5aYonan+FPDksLC
                                            

                                            HISE Development for hire.
                                            www.channelrobot.com

                                            UD AUDIOU 1 Reply Last reply Reply Quote 2
                                            • First post
                                              Last post

                                            3

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            103.1k

                                            Posts