HISE Docs

Tools Menu

The tools menu contains commands that perform useful tasks during development. It is loosely categorised into these sections:

Recompile all scripts

Shortcut: shift + F5

Check Javascript objects for cyclic references

Show SVG to Path Converter

Show Broadcaster Wizard

Apply sample map properties to sample files

This function will render audio related samplemap properties into the sample files and update the samplemap. This allows a destructive editing step for all static properties that can be baked into the samples. You can use this to:

Doing this increases the performance of the sample playback a little bit, and trimming the samples will reduce the file size / loading times (HLAC monoliths will encode the entire sample file). So unless you are planning to change these properties dynamically (which is rather unusual), this might be a useful step in the predistribution stage.

This is a destructive operation on sensitive material (usually sample files are not checked into a version control system), so make sure to make a manual copy of the original files before proceeding! In addition to any manual backup, there is an automatic backup that is being made before every step, but there might be edge cases that might result in total data loss.

If you select this function in the menu bar, you'll see this dialog:

Select the samplemap you want to "render" and then choose a suffix for the backup folder. This will create a folder in your project directory under

%PROJECT_ROOT%/SampleBackups/%SAMPLEMAP%%SUFFIX%/

which will contain the samplemap in the state before this process as well with all samples that are about to be processed.

If the folder already exists, the process will not render the samplemap again, but reverse the process and overwrite all files with the content from said backup folder. This will be indicated by the status message saying "Press OK to restore the backup from ..."

Now you can select all properties that you want to render. You can choose to render all properties at once or just a few selected ones (use the preset box to the right to quickly setup common options).

Press OK and it will make a backup of the samplemap and all audio files, and then process the properties to the samples in the sample folder

There are a few things to know about the process:

Import archived samples

Imports the monolith samples from a .hrx Sample resource file.

This shows a similar dialog as the end user will see when loading the plugin for the first time. You can point to the .hr1 file and it will extract the samples into the Samples subfolder of your project.

Force duplicate search in pool when loading samples

Convert all samples to Monolith + Samplemap

Update SampleMap Ids based on file names

Convert SFZ files to SampleMaps

Show Wavetable Creator

Export Wavetables to monolith

This will grab all .hwt files in the AudioFiles folder and write it into one big chunk that will be saved in the Samples folder. Using this will improve the distributability of the Wavetables, as you can simply copy them like your HLAC files (If you're exporting the samples as .HR1, the monolith file will also be part of that archive).

Be aware that as soon as you've create a Wavetable monolith file, it will use its content to display the list of available wavetables, so if you keep changing the original wavetables, it will not reflect those changes.

Show DSP Network DLL info

Record one second audio file

Records seven seconds of HISE output and saves it into a .wav file. After the time passed, a filebrowser with the file will show up. This makes it easy to analyse the output with external tools.

Simulate varying audio buffer size

Create C++ template for RNBO patch

Create C++ third party node template

Create RSA Key pair

Create Dummy License File