JP Cimalando

Results 547 comments of JP Cimalando

Hi I'm also impacted jpcima/ADLplug#53 and so is JuceOPLVSTi. From what I observed, it's only LMMS of the hosts tried which exhibits this sort of problem. The very latest JUCE...

>So, why not xcb? VST-GUI is using it and that is lowest existing level on X. Hi, from moderately recent experience of Xcb use, based on the LV2 port of...

@olilarkin the Linux audio world usually uses a platform window abstraction for embedding and creating the graphics context. [pugl](https://github.com/drobilla/pugl) In DPF, there exists a highly-modified fork based on a much...

>static linking with everything except may be libc It will not be possible, there will be a minimum a libraries which you have to link dynamically. Just keep it to...

It works, but note that at this moment I don't build with Elements's cmake, I build the source myself. That is not only to exclude `host` source, but there exist...

>That would mean, bringing in the whole port. Oh, and while you are at it, a bonus would be actually documenting how you did the port that we can add...

>What is the view handle type that Pugl uses? The `host_window_handle` is the native window id `HWND` or what's appropriate for platform. My implementation keeps Pugl window data separately, which...

If I may add to this discussion, there are multiple strategies to go for the implementation. - create an intermediate image surface, paint on it, and transfer pixels to the...

Thanks I would like to use `vcollapsible`, but the component draws even when collapsed. Should not `draw` be overriden also ?

@Xeverous This is how I understand it also. As illustration of the problem, there is a collapsed button. You can see the slider thumb will overlap it. ![Capture du 2020-06-14...