开发者

How to open a Win32 dialogbox from inside a VST plug-in?

开发者 https://www.devze.com 2023-01-16 04:22 出处:网络
开发者_如何学运维How to open a Win32 dialogbox from inside a VST plug-in? Thanks for any help.You should be able to use the standard MessageBox() call, as described in this SO question.Not sure if thi
开发者_如何学运维

How to open a Win32 dialogbox from inside a VST plug-in? Thanks for any help.


You should be able to use the standard MessageBox() call, as described in this SO question. Not sure if this will work in a plugin without a GUI editor, though.

0

精彩评论

暂无评论...
验证码 换一张
取 消