HISE Logo Forum
    • Categories
    • Register
    • Login

    Some additions, please enjoy.

    Scheduled Pinned Locked Moved Presets / Scripts / Ideas
    30 Posts 15 Posters 2.9k 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.
    • LightandSoundL
      LightandSound @coreyu21
      last edited by

      @coreyu21 you can parse external text files into hise very easily so theres no need to go to an external page, could easily be changed. Also you can have multiple download buttons in the ui or change the files stored at any time with other buttons or callbacks! I'd say the less time outside of the plugin the better for users :)

      C 1 Reply Last reply Reply Quote 1
      • hisefiloH
        hisefilo @LightandSound
        last edited by

        @LightandSound man this is gold! Thank for your generosity!

        1 Reply Last reply Reply Quote 1
        • C
          coreyu21 @LightandSound
          last edited by

          @LightandSound ok interesting. I’m new with anything that requires adding files to the project. I use innoscript to package ch1 and user presets, along with an updated binary of the plugin. Then ship the plugin with a global sample maps folder included for all expansions that way when a user installs a purchased expansion, everything is read correctly.

          Are you saying there is an easier way to include zip pckge expansions to the end user through the plugin itself? I know there’s the expansion system which would speed this process up , but has some c++ issues and until I can figure out the saveInPreset situation. This has been my process

          LightandSoundL 1 Reply Last reply Reply Quote 0
          • LightandSoundL
            LightandSound @coreyu21
            last edited by LightandSound

            @coreyu21 The downloader I added will automatically unzip any .zip file to the folder its downloaded to, then once unzipped remove the zip file. For this reason, I'd recommend instead not using the installer (disable the flag) and just zip up the sample files and link to those. That way the user literally just loads the plugin (or app), hits download and it will take care of the rest. You don't need to locate the samples either, the download button will do that too (but leaving the option to relocate should they want to move the samples later).

            (Zip files can contain folders, so you can zip up your folder structure for it to also keep that intact)

            C 1 Reply Last reply Reply Quote 1
            • C
              coreyu21 @LightandSound
              last edited by

              @LightandSound thanks so much. I will look into that!

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User
                last edited by

                @LightandSound .....is a great contribution!

                1 Reply Last reply Reply Quote 1
                • NatanN
                  Natan
                  last edited by

                  Any Example Of Free Form?!
                  Cant Get Find Anything New Related To That Option.

                  @LightandSound Thank You :)

                  LightandSoundL 1 Reply Last reply Reply Quote -1
                  • Dan KorneffD
                    Dan Korneff
                    last edited by

                    @LightandSound +1 What's the magic spell for resized()?

                    Dan Korneff - Producer / Mixer / Audio Nerd

                    1 Reply Last reply Reply Quote 0
                    • LightandSoundL
                      LightandSound @Natan
                      last edited by

                      @Natanr @dustbro sorry, been busy on some disk streaming stuff for my own sampler so missed this - you don't have to do anything, you just compile and it's resizable.

                      Dan KorneffD 1 Reply Last reply Reply Quote 2
                      • Dan KorneffD
                        Dan Korneff @LightandSound
                        last edited by

                        @LightandSound was this merged with the script node branch?

                        Dan Korneff - Producer / Mixer / Audio Nerd

                        LightandSoundL 1 Reply Last reply Reply Quote 0
                        • LightandSoundL
                          LightandSound @Dan Korneff
                          last edited by

                          @dustbro I don't believe anything was merged with the live branches, at least not that I know of

                          Dan KorneffD 1 Reply Last reply Reply Quote 0
                          • Dan KorneffD
                            Dan Korneff @LightandSound
                            last edited by

                            @LightandSound ahh.. that explains it. I thought these updates were merged with @d-healey branch

                            Dan Korneff - Producer / Mixer / Audio Nerd

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

                              @dustbro I never got around to doing it. If someone wants to make a pull request now it's probably best to make it directly to Christoph's scriptnode branch.

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

                              1 Reply Last reply Reply Quote 0
                              • NatanN
                                Natan
                                last edited by

                                Mac Build Fails :(
                                Did anyone get A Luck With This?

                                https://github.com/LightandSound/HISE-Stage
                                
                                Tania GhoshT 1 Reply Last reply Reply Quote 1
                                • Y
                                  yall
                                  last edited by

                                  @LightandSound Hello, thank you for your work. I just compiled your version, compilation level without problem. on the other hand my vst does not work in my daw. it does not open. I tried again with another version of hise, no problem

                                  1 Reply Last reply Reply Quote 0
                                  • Tania GhoshT
                                    Tania Ghosh @Natan
                                    last edited by

                                    @Natan said in Some additions, please enjoy.:

                                    Link Preview Image
                                    Build software better, together

                                    GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

                                    favicon

                                    GitHub (github.com)

                                    No... It will not be compiled in any way(Mac+Windows).

                                    Tania Ghosh

                                    1 Reply Last reply Reply Quote 0
                                    • DabDabD
                                      DabDab @LightandSound
                                      last edited by

                                      @LightandSound Link is not working

                                      Bollywood Music Producer and Trance Producer.

                                      LindonL 1 Reply Last reply Reply Quote 0
                                      • LindonL
                                        Lindon @DabDab
                                        last edited by Lindon

                                        @DabDab @Tania-Ghosh disappeared long ago....as did light and sound

                                        HISE Development for hire.
                                        www.channelrobot.com

                                        1 Reply Last reply Reply Quote 0
                                        • DabDabD
                                          DabDab
                                          last edited by

                                          This addition has problem and that is when user changes the GUI size and closes it once it is opened it gets resized to the default GUI size (exported size).
                                          FrontendProcessorEditor.cpp

                                          void FrontendProcessorEditor::resized()
                                          {
                                          
                                          
                                              setResizable(true, true);
                                              auto pC = getParentComponent();
                                              float sF;
                                          
                                              if (pC != nullptr)
                                              {
                                                  sF = (float)getHeight() / originalSizeY;
                                                  setGlobalScaleFactor(sF);
                                                  setResizeLimits(originalSizeX * sF, originalSizeY / 2, originalSizeX * sF, originalSizeY * 2); // lock the height
                                                  //sfs.setScale(sF);
                                              }
                                          
                                          }
                                          

                                          This @Christoph-Hart method is much better
                                          Scalable GUI

                                          Bollywood Music Producer and Trance Producer.

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

                                          23

                                          Online

                                          1.7k

                                          Users

                                          11.8k

                                          Topics

                                          102.4k

                                          Posts