HISE Logo Forum
    • Categories
    • Register
    • Login

    Factory vs. User Presets

    Scheduled Pinned Locked Moved General Questions
    21 Posts 7 Posters 1.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.
    • MikeBM
      MikeB
      last edited by

      I despair just at the topic Factory vs. User Presets
      As in all my purchased plugins, I would like to prevent the user from overwriting factory presets.
      He should be able to create user presets himself.

      How do I make it so that he can not overwrite factory presets?
      But he can create user presets?
      With the standard preset browser???

      "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

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

        @MikeB - you cant (I think), you have to do what all the developers of your purchased plugins did - and write your own preset system.

        HISE Development for hire.
        www.channelrobot.com

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

          This has been requested a few times...

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

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

            @d-healey said in Factory vs. User Presets:

            This has been requested a few times...

            This wish has some here as I have seen
            Is there any way to get this back on the agenda?

            "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
            • ustkU
              ustk
              last edited by

              The only way I can think of ATM is to make our own preset browser, so you can discriminate between a User and a Factory folder and apply rules in consequence...

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

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

                What happens if you make the preset files themselves read only?

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

                1 Reply Last reply Reply Quote 0
                • marcLabM
                  marcLab
                  last edited by

                  I was thinking about this. I didn't try it yet. But I was thinking of saving my Factory preset with a specific bool with Save Preset btn visible false hidden from the user. Then having a user folder that contains a preset that has btn visible always set to true.

                  It's something floating in my head.

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

                    @marcLab That's a clever idea. Can you change the hidden state of the button dynamically?

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

                    1 Reply Last reply Reply Quote 0
                    • MikeBM
                      MikeB
                      last edited by

                      This is my current workaround - you put the browser and two buttons in one panel
                      One button "User" - when clicked the panel extends by 50pixel and the buttons Add, Rename and Delete become visible
                      One button "Factory" - when clicked the panel decreases by 50 pixels and the functions become invisible.

                      "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
                      • MikeBM
                        MikeB
                        last edited by

                        My wish would look like this

                        {
                          "ShowSaveButton": false,
                        *"Show Searchfield": true/false,
                        *"Show Factory-Folder": name here
                        *"Show USER-Folder": name here
                        *"Set Factory presets NOT overwriteable": true/false,
                        *"Set User presets writeable": true/false,
                          "ShowExpansionsAsColumn": false,
                          "ShowFolderButton": false,
                          "ShowNotes": false,
                          "ShowEditButtons": false,
                          "ShowFavoriteIcon": true,
                          "NumColumns": 1,
                          "ColumnWidthRatio": [
                            0.3333333333333333,
                            0.3333333333333333,
                            0.3333333333333333
                          ]
                        }
                        

                        The idea is to avoid/prevent overwriting factory presets.
                        When preset are saved by user they are always USER presets

                        "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

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

                          @MikeB Search field and buttons can already be hidden/shown using LAF. But we definitely need some way to disable the user overwriting specific presets.

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

                          1 Reply Last reply Reply Quote 0
                          • MikeBM
                            MikeB
                            last edited by

                            @d-healey
                            You mean "drawPresetBrowserSearchBar".
                            I can leave that empty - but the space for the search bar does not disappear.
                            At least I have not managed to do that yet

                            "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

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

                              @MikeB Yeah you're correct. It just makes it invisible but the control is still there.

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

                              MikeBM 1 Reply Last reply Reply Quote 1
                              • MikeBM
                                MikeB @d.healey
                                last edited by

                                @d-healey
                                Therefore: "Show Searchfield": true/false, :-)

                                "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
                                • Tania GhoshT
                                  Tania Ghosh
                                  last edited by Tania Ghosh

                                  🍭

                                  Tania Ghosh

                                  NatanN d.healeyD 2 Replies Last reply Reply Quote 1
                                  • NatanN
                                    Natan @Tania Ghosh
                                    last edited by

                                    @Tania-Ghosh Wrong Thread,Lol

                                    Tania GhoshT 2 Replies Last reply Reply Quote 2
                                    • Tania GhoshT
                                      Tania Ghosh @Natan
                                      last edited by

                                      @Natan Oops...

                                      Tania Ghosh

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

                                        @Tania-Ghosh One post per request/bug report so Christoph can track them separately.

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

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

                                          @Natan Thanks dear.

                                          Tania Ghosh

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

                                            @Tania-Ghosh No Problem 👏 You Mentioned What I Wished 👏 More Visualization Are Welcome

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

                                            48

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.8k

                                            Posts