Hi,
I am currently converting some vst plugins to VSTSDK2.4/VSTGUI4 (the recent version wit OpenGL support) and AU using Symbiosis AU wrapper. This wrapper directly loads the vst bundle, so you only have to compile one binary.
My problem is now that I have serious host crashes while using a CTextEdit from VSTGUI. The following problems on OSX appear:
-
On Renoise 2.80 / VST variant, the text input will lag some seconds, so I have to press down a key some second until a line of letters appears. So it’s not usable at all in Renoise 2.80. The second problem here is that one of my two textfields will not unfocus and not destroyed after using it. This second problem also appears in Cubase 6.54, so I guess, it’s a VSTGUI’s/my problem.
-
On Renoise 2.81 / VST variant, the text input will work normal, but if I press TAB for selecting the next field, the DAW will crash.
-
On Renoise 2.8x / AU variant, the DAW will hard-crash if I enter anything to the textfield(s). Testing it in Logic 9, no crash will happen and also using TAB will work flawlessly.
So I guess there is some problem with focusing textfields in plugin’s GUIs?
Thanks and regards.