Seperate combobox for each sampler to change sample maps
-
I'm trying to create a plugin with two separate samplers. I want each sampler to have its own combo box for loading sampler maps. How can I achieve this using HISE? Do I need to create separate HISE scripts for each sampler, or can I handle them within a single script? Any specific techniques or code examples would be greatly appreciated.
-
@goldee Do both samplers share the same set of sample maps? Does the user need to be able to choose the sample maps from the combo boxes?
-
@d-healey yes they share the same set of samples maps and yes the user can change the sample maps with combobox
-
@goldee In that case you need to add two comboxes to your UI script. In the callback of one you change the sample map for sampler A and in the callback for the other you change the sample map for sampler B.