Help with adjusting plugin window size

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

hi,
i'm a amateur vst programmer. I programmed an EQ and UI using vst2 sdk.
i encounter a difficult to adjust the vst windows size.
image.jpg
the vst window is much bigger then the vst frame. any idea how can I fix it?
Thenks
You do not have the required permissions to view the files attached to this post.

Post

You should fill the editor rectangle in editor's getRect() method (eg. set top/left to 0 and bottom/right to the size you want).

Post

thanks, it works

Post Reply

Return to “DSP and Plugin Development”