vst defaut size
-
hello, I added a control panel on my vst with different size of the vst. from 50 to 150% I would like by default the size to be 80% how can I do?
I tried to save the project with a size of 80% then to export but no it remains at 150%. an idea? -
@yall If it remains at 150%, it means the xml contains this value, because the last time you closed it the zoom factor was set to 150%... Open, set to 80, close, re-open, it should be at 80.
The zoom factor preference is stored in
Application Support/MyCompany/MyPlugin/GeneralSettings.xml
So if you want the plugin to be opened the first time at 80%, you'll have to put this file in your installer with the good setting, otherwise, it will open by default at 100%. -
ohh yes . thank u ;)