HISE Logo Forum
    • Categories
    • Register
    • Login

    save preset

    Scheduled Pinned Locked Moved General Questions
    34 Posts 2 Posters 1.3k 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.
    • Y
      yall @d.healey
      last edited by

      @d-healey yes the traducino is not great ;) in fact the line that I posted to you is similar to yours. it SHOWS the preset folder. then you have to click manually to OPEN the preset folder. What I would like is that if I click on the button, it directly opens the preset folder (and I see my list of presets without needing to manually open the folder)

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

        @yall said in save preset:

        it SHOWS the preset folder.

        @yall said in save preset:

        then you have to click manually to OPEN the preset folder

        @yall said in save preset:

        What I would like is that if I click on the button, it directly opens the preset folder

        I'm still not clearer. Are you saying you want it to open a specific bank/category sub folder within the presets folder?

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

        Y 1 Reply Last reply Reply Quote 0
        • Y
          yall @d.healey
          last edited by

          @d-healey when you manually go to the final preset folder. you see your list 1.preset, 2.preset 3.preset. These files are in the category folder. the command line does not open the category folder. it opens the windows window where you can see the category folder. then you manually click on the category folder to access your presets. What I want is for this line to open the entire category folder

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

            @yall Your original code will do that. Does your app data/user presets folder contain the bank and category folders?

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

            Y 1 Reply Last reply Reply Quote 0
            • Y
              yall @d.healey
              last edited by

              @d-healey by default it has users preset / bank / category.
              precisely even my code does not open the category folder. he opens the bank folder and I see the category folder. you have to open the category folder manually

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

                @yall In your App Data folder on your computer (not your project folder). Do you have a folder called "User Presets", and in that folder do you have a folder called "Bank" and in that folder do you have a folder called "category" (lower case)?

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

                Y 1 Reply Last reply Reply Quote 0
                • Y
                  yall @d.healey
                  last edited by

                  @d-healey oui

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

                    @yall Can you show me a screenshot or video of what you see?

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

                    Y 1 Reply Last reply Reply Quote 0
                    • Y
                      yall @d.healey
                      last edited by

                      @d-healey https://ibb.co/qB6vp37
                      I can see the category folder.

                      FileSystem.getFolder(FileSystem.AppData).getChildFile("User Presets/Bank/category/").show();
                      

                      this line opens the bank folder and therefore shows the category folder. what I would like would be / userspreset/bank/category / OPEN FOLDER ^^

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

                        @yall what is the full path? I only see part of it in your image

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

                        Y 1 Reply Last reply Reply Quote 0
                        • Y
                          yall @d.healey
                          last edited by

                          @d-healey the path stops at "bank". as if my line of code had "openfolder -1"

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

                            @yall no I mean show me an image with the full path to the folder on your computer

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

                            Y 1 Reply Last reply Reply Quote 0
                            • Y
                              yall @d.healey
                              last edited by

                              @d-healey
                              C:\Users\Yassin\AppData\Roaming\YASPLUGIN\AFRO SYNTH\User Presets\Bank

                              I no longer have access to photo sharing my site seems broken but here is the exact path

                              Y 1 Reply Last reply Reply Quote 0
                              • Y
                                yall @yall
                                last edited by

                                @d-healey hello, I am still on my project of creating a personal preset panel. So I have my save button which works and my list of presets in a viewport and everything works perfectly.
                                now I ask myself the question. how to create a second viewport to display the categories? so that I choose a category and my preset viewport displays the presets in that category?
                                I was thinking of creating buttons with images for the categories and simply opening and closing a preset panel.. if I have 10 categories I would have 10 preset viewport panels. Do you think this could be a solution or is there a way? basically to redo the same original browser preset system but with viewports?

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

                                  @yall what's the reason you're not just using the stock preset browser?

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

                                  Y 1 Reply Last reply Reply Quote 0
                                  • Y
                                    yall @d.healey
                                    last edited by

                                    @d-healey because I would have liked to insert images for the category selection. and also that I can personalize my save, new, next prev, rename buttons... and also to learn +

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

                                      @yall you can do those things with the stock one

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

                                      Y 1 Reply Last reply Reply Quote 0
                                      • Y
                                        yall @d.healey
                                        last edited by

                                        @d-healey put images instead of text to display the category names?

                                        Y d.healeyD 2 Replies Last reply Reply Quote 0
                                        • Y
                                          yall @yall
                                          last edited by

                                          @d-healey

                                          [1a912642-78dd-4e28-a7d8-20f581ffa2b8-BASS]([[error:parse-error]]) [3f821406-0250-4a36-9148-fee6db502419-KEYS]([[error:parse-error]]) code_text
                                          

                                          and to say that no one has thought of doing this before ^^

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

                                            @yall yes, i have made a video about this

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

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

                                            57

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.8k

                                            Posts