@David-Healey essentially just to be able to export and import user preset banks. It seems like Hise cant import folders though? So I was trying to find another way
Posts
-
RE: Custom JSON preset file supportposted in General Questions
-
Custom JSON preset file supportposted in General Questions
Hi, Iām working on a HISE FX plugin and wanted to ask whether there is any safe way in Hise to package native
.presetfiles into a single custom bank file without losing preset data.What I was trying to do:
- export a whole preset bank into one portable json file
- then import that file back into the plugin and recreate the original
.presetfiles
My first attempt was:
- read each
.presetwithloadFromXmlFile() - store the returned object inside a JSON container
- write that container with
writeObject() - read it back with
loadAsObject() - recreate each preset with
writeAsXmlFile()
Problem:
This appears to be lossy for real HISE preset files.
A native preset contains many repeated<Control>elements, andloadFromXmlFile()seems to collapse repeated child tags into a single object entry, so after round-trip only one control survives instead of the full preset.So my question is:
Is there any HISE-supported way in script to preserve the raw contents of a.presetfile for single-file bank export/import?More specifically, is there any API in Hise for:
- reading a file as raw text/string
- reading raw bytes/binary
- copying files into/from an archive-like container
- base64 encode/decode
- or any other safe way to round-trip a
.presetfile exactly
Any recommended approach here would be really appreciated.
-
Looking to hire an experienced devposted in General Questions
Looking for a dev to complete a plugin build that is more than half way done. Would need this to be a priority project and complete as soon as possible! Please message me if you're interested and available and ill tell you the details. Thank you for your time
-
RE: Animation Designposted in General Questions
example would be the pad on the Portal plugin with the dots following your cursor. Animations that react to your movements
-
Animation Designposted in General Questions
Looking for someone who has experience with reactive animation design in HISE for a paid project i'm working on. DM with any examples you've done if you're interested! thank you
-
Looper Function DSP neededposted in General Questions
Hi there im building an FX plugin, would like to add a looper function into it. If anyone has experience building a looper please message me. This is a paid project

-
FX plugin Dev neededposted in General Questions
Hi there, Iām looking to hire an experienced developer to help build an audio effect plugin.
The DSP for the effects is already being developed, so the main tasks will include:
- UI & Control Integration ā connecting provided DSP modules to the plugin interface, including XY pads, macro controls, and parameter mapping.
- Preset & Browser System ā setting up a preset manager with tagging, categories, and user-friendly search.
- Parameter Management ā ensuring automation, MIDI mapping, and host sync work smoothly.
- Cross-Platform Deployment ā packaging and testing builds for macOS and Windows in VST3/AU formats.
- Workflow Polish ā optimizing the user experience, making sure the plugin runs efficiently and stably across DAWs.
Requirements:
- Experience with plugin development
- Strong understanding of UI integration and control mapping.
- Ability to deliver stable builds and iterate quickly.
- A portfolio or examples of previous work.
If this sounds like you, please reach out with your portfolio and background. Thank you!