How to import presets from the preset browser?
-
How can I import my presets from the preset folder panel?
When I click on "Import all presets from clipboard" it shows me this message: No preset data found on clipboard
-
Can anyone help me?
-
Did you copy presets to the clipboard?
-
Yes but it says this: 0 presets were imported from the collection
I'm trying to import a .hr1 file
-
@titosg A
.hr
file is an archive of audio samples not a preset. -
Oh ok, then what do I need to import?
I'm making a sampler with different instruments and I want to import each instrument indiviadualy -
It depends on the architecture of your project. If you just have one sampler with one sample map per instrument then you just need to add a drop down menu (or other control) to change the sample map.
If you're instruments use the same set of samples then you need a preset browser to change between configurations.
If your instruments are more complicated and have different samples and different configurations then you probably want to use expansions, but they are not simple to implement.
-
It is a very simple plugin, it's just a sampler with different instruments.
I haven't touched the sample map, they are just simple one shot sounds I recorded. So I just need to know how can I export them in a format that the preset browser can read.
I only know how to export them as .hr1 files
-
@titosg said in How to import presets from the preset browser?:
It is a very simple plugin, it's just a sampler with different instruments.
I haven't touched the sample map, they are just simple one shot sounds I recorded. So I just need to know how can I export them in a format that the preset browser can read.
I only know how to export them as .hr1 files
the preset browser is a device for loading configurations of settings (in your UI and effects) not for importing and using sounds - you will need to write some code to load each ch1 file into each sampler you use...
-
The preset browser is unrelated to the samples. The preset browser allows the user to switch between different preset files, these are
.preset
files that show up in your project's UserPresets folder. They are not the same as .hip file which are HISE project presets.What do you mean by different instruments? Are you referring to different sample sets, or different instrument configurations, or something else?
-
I have different instruments like a flute, a guitar, a piano, etc. And I want to do something to be able to select among them with the preset browser or something similar.
Something like this: https://www.youtube.com/watch?v=7BZddrtYKNs
-
You need to use the preset browser to change your sample maps.
https://www.youtube.com/watch?v=eQ7YvIeS5lY&list=PLynv7CujPCfbH2OPE-cC5F4ZK-sVGkBwx&index=21