HISE Logo Forum
    • Categories
    • Register
    • Login

    Random Presets

    Scheduled Pinned Locked Moved General Questions
    17 Posts 6 Posters 663 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.
    • DanHD
      DanH @MikeB
      last edited by

      @MikeB Lots of the preset browser functions don't seem to be available for scripting, which is a shame. I think there's lots of use cases, such as this one.

      Do you have a snippet?

      DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
      https://dhplugins.com/ | https://dcbreaks.com/
      London, UK

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

        @MikeB

        var  myPresetList = Engine.getUserPresetList();
        
        inline function onRandomPresetControl(component, value)
        {
            local myRandName = myPresetList[Math.randInt(0,myPresetList.length)];
            Engine.loadUserPreset(myRandName);       
        };
        Content.getComponent("RandomPreset").setControlCallback(onRandomPresetControl);
        

        HISE Development for hire.
        www.channelrobot.com

        MikeBM 1 Reply Last reply Reply Quote 4
        • MikeBM
          MikeB @Lindon
          last edited by

          @Lindon
          I've already tried with arrays and giant loops. But this is elegant.
          Thank you very much Lindon.

          "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

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

            @MikeB Dear Mike, Can You Confirm That It Works?

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

              @Lindon Thank Lindon, Works Nicely

              HiseSnippet 1105.3ocsV0saaaCElzIpa1cNcEXO.B4JafTC4zzthFTrT6XuYrjTi3jtATTzwHQaSDIRCJpjZTTf9HrWk8Fr62U6MYWt6xNGQYK4FmhDCL4a74W9cN77C6qU973XklPKexzIbB8abFLUZF2dLSHI81mP2v4PVrgqcsrZMcBKNlGPnz09QjAs75jzu+4GZwBYRedNKB40JgO+.Qjvjys+d+rHLrKKfehHpf16rWOekrsJTk.3YMGOxDl+4rQ7iXnZkbHz60IPXT5AFlgGC5zRELcvX0kRq9uVDKNKjiDMIC.GYYSZOVDFzeVrFSHz06mG4qYi7uy4PQfXN+7Lv2lJvM2hh4.ZoEgz5K.ol2Dj5pBCPGbCviV.dqag2CcF3qESL4RPrcemdR3xYHCR6EgkUWRoSK4zVAZHMMhXmy6pAh4VT6odda49DOu56VsB96Bl10MZZeMOlaNPDabegaG4Hgj2XD2bZLWmKpFZDbeAJglcLSFnhrhAqlcnfYsUQSTRfn1lEUZyYGZ0JBYHbDtCSj9FgR5pjEUDckVEVyele1BNvvDd8pU9P0JtvWnxmEB3FsBqUfyuXP7lCYlwMzfPHxq4sUQYMB4xQlw0e6tVWIFValyQxrfOTwBxi9Z4mT8ccseUq7QvC2lntQdH0lEFdFThWaoAb8cKjPNRY3uRVqdkOTobkOVw8yEMb3Rkk4pPtdohw9O8WxvZxjny35YY7YJBEkKV0e+aWUuuM+TPQkrmTXd0DdFcdeAJyF0yj5QlGrEYkGiE4lFZKQsbVWusijc+A+6zd6yLLrSLiGn2Dt1HvnktO+BXrlsurry973yMpIvDp4W5PFwjMTw1I1EJgLB4nSDPVQ.A3CbJxpI48ymC9oeZuoyIb+s8tTDXFSnNz+lRHi4hQiMH0Nz430BjG3XKeZoUWB0pjyFMaTZ46Ad5eQ2IL7nbt+wU+9UKxcaj8e8mWkxNMCT5QTmz1rMwasArK3sRLFkbym6ZzI7slKpy6mvjwP0S7KiAmkDgpLjEFWPmzaW8M3.7pM95tEpyrFbcYcYWnz.3w0FKH7njHKDPa11xyx3Wvj4wPdWARdisI2qwi+rustyBP9uEFBf2IyqA9JaMvFY0.1vH81eCmhM73kuC8SPJeJ9mmA+IFRz8jYhg44bIC5mv8PGvYZIxRDenJBNGlFrhVhb8UFvhKUPRHyr31Lbscl.35Zg0F3pA3RzLs3Z86vJNukthq4x50tkv8gN8EF+wKGukVBdgd1+uwa1CFp5zY3PtuIGrq6z8WW0WGbGfxwpDbvArVSKvRGnbe.z75yAjHk7vXrJpDNOyR6gzXlY.WFjRbE7kIrIRSyD1blPRDyWqdmucnI9jjuNkCfIY5qwJCOKDncaRRWM.1430viDAUnuy2GSEOBv9xsY6UvlGuB1ryJXySVAad5JXy2uB17runM3vgWlXTQ11DfQ+NoivozNoSORqHI+GbYjTKB
              
              1 Reply Last reply Reply Quote 1
              • MikeBM
                MikeB @Natan
                last edited by

                @Natan here the complete Snippet from the preset selector with next/previous/random

                HiseSnippet 2472.3oc6Z0saaibElzxSRj1jrIAAs8hhEDt8BYfDaIY63jFjF4ejSU2XaAKkMaQQgyXpQRCL0LpjibVk.CrnnWz2gdy9HzK6k4Qn2zqytuA4MX6YFRJNThTVqS1MIcECBjm4L+7c9+LbXMWtMwyi6ZXlswfdDCyKipOfI5rUGLkYTcaCyqip4R7HBq5DGhs.F5lC5g87HMMLMy7H4vLyNug54MObSrClYSh5xv3K3TaxiocohndqU9yoNN6faRZP6pM5UKW0ly1h6v6CPJCpfQOr8w31j8vxgMGxv7BUZRATTWfEDOCy42j2bP8N7my7G+WP8nG4PjMJZTGVH+t2g6zThXYuFa0g5zrVHq6YXXhpEIHx3KHtIZWZS5v9iDHWSQvJZF5xCy4lD7JpCuBSO7L0f279v65n51tzdhHJRr8InpLAwsEFTA5vxerFy8OuHZKNLBlXot3iI63BMFNi72sPgaYsxcVew6ekbx+s7xV038rdROq.SfMc4O2i3Zs6FU2KGnn7DVmfcCnFR7AVgaQahXKd2dbFzH+BwF0Bx8XzUvay9BAmU5LVhvgoVCJygxHVs5yrETNyhyhOH4B4xcxaGtJ2B1Pm9jEuRtWdkbVzVV4CaaAOuz+G4SL7tjGnCCWKgKL966OxS8+g33Q9ArBsvv30VhSg+b5X4k7jjUqxVXGmi.2i7ovyZpQoEXnRjxrdL9Hhit7W0QwyPtK8AGQu84L9QoOME0TzRJZSV4jUpbpvZCyTsv8ccgg7DPVFgm7KZ8fGXsvBvLxJkkmM9kBv7KHHekXgaYsvV+g82udEqZGTodkFJnl0WUddVsyDqx0OcUcf3JYMrt7JTw56g5RNwByZZsG.hgNpJCAuz1I4P2TvRauBHqsaiq+hOlzbufGZKeGLodp3hxd76OPX4vwMkqUjnJx4XhdEmLAFHf7DYf3i4GBCLF9kKEk22KMdPpmxI0UG.5Id2.sysG9jS5JY0cf+beLEbtdflwTzxJIkew6q4.Frho4A5SFrqSP.3SKU9O2KkNfAAGg+1gaic.PJmlzZF1ScD+m2EK5rjKPDxmjuvszosjCg0VzYw+x8GUxoIwhV4E8G1oAQQAQXtIycIaDDi+f0DdjpBcaXtfrOKuhUycZNqQI0pUhzBVRGhahjkUz3NoIlm0u6QDWcAsbfPp830NfRu1A8Rar8kMZCjypxnh86QXoUQgQf.EpsXt.TACUnpr3pAUVT2g1j3ZPgBHtHRE9wPA3fp0d1+9y9uOzHsI6ahql7kP9ZhXy1+4IU2FKvxBbBvCfwdDWAUx9laCdU1D+xcxh1l3crf2C.yPK.X6720qDrqpzXpM8xnn3tFe0vM8a6UdPDB90kkAtML+Lzdjvziz98ouPX8B3OT++EBiV.17q+7FnsosoBrysW2pJ7C01PtBg0qdYzpktWg0Kr9pqcG0rpSegFCWpLLi1rtJjeAjCok+ZWWLvQwhGPZ22A6Z7bZSQmgy6UsK2gPa2Qq74eeYBXofGVH4QsCgP1K75W+5uWMHMwT1TUNWCEuzAMY0y9awkUsnNc8Dv7q1EJH2vrFZYo6q2xM6fcOFLyOtyxaC1fR+Zuk2fgcs6L3PIJNrhCQx0dKu4SZzX+8pure91C8adXgUWpGq8Hr8ynIv1d3SHUCp1wm080f2DIs1WdKGtGIrJ0XRf.CkaFHA1A.ofxZ2fBhPob3SQwJVSSLXbMMwvWWsbfkpuY4nSKRQbYDTH8pkJVXkBqZPEjtwLRV8d2Y8R2aMMBkBob26c2UKUvP4XX9MHURnEjN20Ad2WKsvuyRVB5sFRRc7A2THJCk4MVuxPMAUIL9xgOg6BPSdVrXD2quDs86plyJPxsQzY+q+wn5rW4UdGtTA7onsqtm0FNvYMXP3sQ7aVYkBqUrXw0VChwDFkyLitB7BmYvoHU1W+HcK2KU1SP5o4JV96dwe+gorMo6ojEETwf1FUt8jcQVE8xZGr+erxVMNbm8e71UN3zf5yfiT4uzVkr14fM1sR8CaTodiDbCJ2XpbCnd6xktXX2Agw7mNlJnNNcC9SmLSc6zXJoyeHakB27p2AbC5ryznwLUzYlEJGakMmyX7CVCGum2DBCKhele4K5Hf.jLO1gqkGfl4QECzeQH+n7h.lV3dcTMpvtSx3ctDvqrNfejwavqU4JnJsZQrEQfcdzNe4OAuCkbZXA4ikbHHKky.Yfa+WdRXyhwvyl8AD6FOW92VVUzO44AkmLLWgYl3fOyzUDWBxtC38konf5pcoRCZH3acHboMADcLFbJUfOLk6aP6Bx1RPTmvZNrQ.whx1lADG1HfXIY6uGdjDG1Hf3J5DG1PWydQeYvmfpiE8ckVhJw4kiZGWdFzszrTy.7oDwFc48YBcuHPHG+MLBlTbOwn88NSnmzaZKQOreIJhKrd+GW3s2VQSiOtshFw2RakLgkyKQLAb78CWEfeKeFHt4xGRdTyMIOpLuy7ntQX7osGvvco1dJwjVS8v4OBDKUXxCCzT2mP1ciNPR0NfoynD1PHfCIqaWJ68.hCA6oEN6OUVl20Ugpw1h27vHhItQQjOP5bjLoXHQUYl1zhgGEQ08HPbSfeCnLJRdVqVK9p.Ziy0ADhuQeyi9teiFiuK9XR+dIrUiS38roZnMUhNzgDSzgdt.63DMUyDPLQS0KM7Zinc643GsVZrd0fNrj8TbDC13Qu2l3fiUKxSiUyHXElvsJUkcBwUTiCmWdzJYdmkLX9otbKIKY8QS4g2.oD4eLAXkIwGO.9ZnZ3OZqK3CovHYQMcGnZk9sNOKBxrHHyhf7y8SVjdDjmSDyhfLKBxrHHypAYh0fbVuUvRez9VAeeHMmp2zSoOXeSOm+rVZu00wyZonNUGedWrmf3teeQu9hYotlk5ZVpqYE+lZv1qN7JXnLh5C3VIG+Ep1VOEeBw5QDFIgKiIdzj+yz9Ab2ap+.t22V.aeCWLyqG2K1BWmzk1fyj5qnNehGYGWxeMgWYL1MQRu4g6.LYhyI5NZF8pkFON27SWbty3VFm+C5Oj7e5tt6LSGbOiafKaHF8yNVARZ4vgdBiB2B22QD1ab65c4LduNbF0VWoe.A7ja2l3pi8DYnQuqfaVdraG42V9wfgG1EjSjyor3czsQ9qP9v0R5LZ8+GelBY9Y4movnobPIlxYt2pTNefmVqK11kens+GVpzK3Rpd.IFS8QXlEJMFZaM7yQEgJrTAitPrzCsskJpaCR1jmSoywbV4bLmUOGyYsywbty4XNqeNlycm3bjow1nuf202IF5nVE+ueQygWTKbXw+GPiJwyN
                

                "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

                NatanN DabDabD 2 Replies Last reply Reply Quote 1
                • NatanN
                  Natan @MikeB
                  last edited by

                  @MikeB Very Nice, Thanks A Ton Dear Mike :)

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

                    @Natan
                    is lovingly compiled from various snippets of the programming jedis lingering here :-)

                    "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

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

                      @MikeB Haha, I Just Finished My Project :) And Started To Packaging.
                      And After Finding Out This Feature,
                      Deleted Everything, And Added the Random Button To The UI And Started The Compiling Again :)
                      That Was The Last Time Gift For My Project :)

                      This Week I'll Release It 🙌

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

                        @Natan That sounds good - I'm looking forward to your work. I hope you will present it here.

                        "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

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

                          @MikeB Sure Will Send Copies To Our Top Hise Users.

                          Also @Christoph-Hart Said That, There will Be A MADE BY HISE Page In Future, That He Will Mention About Top Plugins That Made By Hise, So Everyone Can See The Power Of Hise And The Result At One Glance👏🏻

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

                            @Natan Great thanks.
                            I also wanted to suggest this page because it makes sense to see what you can do with HISE.

                            "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 1
                            • DabDabD
                              DabDab @MikeB
                              last edited by

                              @MikeB Error coming !!

                              Interface:! Line 58, column 37: API call with undefined parameter 0 {SW50ZXJmYWNlfHwxNjk4fDU4fDM3}
                              
                              

                              As soon as I click on Random Button.

                              Bollywood Music Producer and Trance Producer.

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

                                @DabDab Does your project have presets? Also I think there is a bug with this, .preset will probably need to be added to the end of the name.

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

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

                                  @d-healey I don't know, Prev & next button is working only random button not working.

                                  const var Random = Content.getComponent("Random");
                                  inline function onRandomControl(component, value)
                                  {
                                  	if(value)
                                  	{
                                  	local myRandName = myPresetList[Math.randInt(0,myPresetList.length)];
                                      Engine.loadUserPreset(myRandName);
                                      }       
                                  };
                                  Content.getComponent("Random").setControlCallback(onRandomControl);
                                  
                                  

                                  Bollywood Music Producer and Trance Producer.

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

                                    @DabDab The error is telling you that myRandName is undefined. You need to find out why that is. On my system it works.

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

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

                                    29

                                    Online

                                    1.8k

                                    Users

                                    12.0k

                                    Topics

                                    104.3k

                                    Posts