Making IEM plugins rescalable
February 25, 2024

A bonus of getting to know the source code for the IEM ambisonic plugins is that I can mod them so they can be resized in Reaper.

A bonus of getting to know the source code for the IEM ambisonic plugins is that I can mod them so they can be resized in Reaper.
Juce TreeValue test from Trond Lossius on Vimeo.
A small test of using TreeValue in Juce when programming a VST3 plugin. This seems to enable MVC (model-view-controller) separation. In this example two sliders in the editor are associated with, and listens to, the same paramter. It seems to work well when changing the value using one or the other slider, as well as when the parameter value is changed by the host.