HISE Docs

PluginParameterSimulator


A floating tile that simulates the interaction with plugin parameters through a DAW

ID Default Value Description
Font Oxygen Bold no description
FontSize 14.0 no description


This floating tile is a development tool that can be used to test / debug the Plugin Parameter handling within HISE. It simulates a DAW host and shows knobs for all plugin parameters exactly as they would be listed in the host when you compile your project as plugin. This lets you verify the order, ranges & behaviour of all plugin parameters as well as test the behaviour of different hosts.

It supports the full feature set of the HISE plugin parameter handling, which includes:

The recommended way to use this floating tile is a custom popup - just click on the custom popup button on the top left in HISE, then add this floating tile, adjust the size to your screen setup and save it so you can later open it with a single click.

Note that the entire plugin parameter list is being rebuilt after every compilation of your main interface script. If you have changed any plugin parameter property through the Interface Designer, you need to recompile your script to apply the changes.

Thread / automation simulator

In addition to just view / interact with the plugin parameters you can also simulate different scenarios:

These tools are available through the selectors in the top bar.

Note that the resolution selector only affects the zig zag mode in the audio thread. If you're running the custom AAX thread, it will send a new value about every 5 milliseconds.