oxesoft / oxefmsynth

Oxe FM Synth official repository
https://oxesoft.wordpress.com/
GNU General Public License v3.0
178 stars 27 forks source link

Black GUI on Linux #8

Closed plsmsphr closed 8 years ago

plsmsphr commented 8 years ago

Hi,

I managed to build the latest version of OXE on Linux and the VST works inside recent Bitwig soundwise. The GUI though is black inside the host as well as in the standalone version.

Do I put a skin folder next to the vst plugin into my vst path to use the skin inside my host like I should with the standalone version?

I'm on Linux Xubuntu 15.10 XFCE 4.12.

oxesoft commented 8 years ago

Please paste here the output of the standalone. The mine is: default depth=24 OpenGL mode visual info values: depth : 24 red_mask : 00FF0000 green_mask : 0000FF00 blue_mask : 000000FF full blitting time: 0ms

plsmsphr commented 8 years ago

Same here:

default depth=24 OpenGL mode visual info values: depth : 24 red_mask : 00FF0000 green_mask : 0000FF00 blue_mask : 000000FF full blitting time: 0ms

oxesoft commented 8 years ago

Please change the line src/toolkits/xlibtoolkit.cpp:239 by "openGLmode = false;" and let me know the result.

jpotier commented 8 years ago

Same here : / Unfortunately I don't have the standalone installed, only the VST I'm also on Linux and I'm loading the VST in Renoise3

plsmsphr commented 8 years ago

Changing to "openGLmode" = false; works, thanks a lot!

Output is:

default depth=24 blitting mode visual info values: depth : 24 red_mask : 00FF0000 green_mask : 0000FF00 blue_mask : 000000FF full blitting time: 0ms

BTW, I made some skins: https://www.dropbox.com/s/f8r1t7fty5pokfn/skins.zip?dl=0

oxesoft commented 8 years ago

fixed in https://github.com/oxesoft/oxefmsynth/commit/e56552cd59c67b6543523455cbe001a1b1b7e583