jpcima / ADLplug

FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Boost Software License 1.0
426 stars 22 forks source link

Lmms vestige menus not working #53

Closed ghost closed 5 years ago

ghost commented 5 years ago

when i load the vst plugin into lmms (latest realse) the menus (bank select, instrument select, core select) just flash for a frame and dont let me interact

video: https://youtu.be/nFY_rTdgpI4

jpcima commented 5 years ago

What system do you run LMMS on? Do you attempt to load a DLL file on non-Windows OS?

ghost commented 5 years ago

What system do you run LMMS on? Do you attempt to load a DLL file on non-Windows OS?

I am running windows 10

jpcima commented 5 years ago

Yes I did a quick check under a VM of Windows 7, and the problem was reproduced. Possibly an issue of LMMS's host, I'll check if it's about plugins which are based on the same framework.

jpcima commented 5 years ago

@igdegoo it's definitely a LMMS host-side problem, considering JuceOPLVSTi is affected too. I'm going to let LMMS devs know, but for now there exists a workaround to this.

Go to Edit>Settings, set Plugin Embedding = No Embedding, restart.

Then, it will operate as a separate window, and menus work expectedly. (at least on LMMS 1.2.0 RC8)

jpcima commented 5 years ago

The latest includes a patch as recommended by LMMS devs. The embedding worked fine using this patched build. Please confirm.

ghost commented 5 years ago

Your fix worked

jpcima commented 5 years ago

:+1: