Custom Preset Browser Example using FileSystem API
-
Re: Custom Mini Preset Browser Example using FileSystem API
how to i add a directory and a search bar to this project
-
@goldee said in Custom Preset Browser Example using FileSystem API:
how to i add a directory
What does this mean?
@goldee said in Custom Preset Browser Example using FileSystem API:
and a search bar to this project
Use a label for the user input. Then you'll need to write a search algorithm that checks your list of presets for a match with the input.
-
@d-healey directory like a catagory for example we click pads then get a list of all presets saved in pads also how do I write the search algorithm any example I have no clue what to do or how to code
-
@goldee said in Custom Preset Browser Example using FileSystem API:
I have no clue what to do or how to code
Use the stock preset browser
-
@d-healey I would but I don't like the look of the built in preset browser is there a hise snippet that can help me understand how to change the look and it's easy for me to learn by reading the code already written
-
@goldee There are some examples on the forum. But start with the basics of scripting so you understand what you're doing and have control over it.