Open
Description
I'm working currently on a kind of Objectinspector, like the one Delphi has. To do so, i've create a lot of "Editors" for the VST, including some, that calls Dialogs, to edit multiple items using a Dialog (for example: The font property of a Label). For this i need to exchange more data between the vst and the editor, so i've done a little enhancement, to exchange pointers instead of a string.
The changes i made, are marked with Beginpatch/Endpatch within the source attached.
patched_VirtualTrees.zip
Would be greate, if this make it to regulare VST 😄