AnClark Liu

Results 90 comments of AnClark Liu

Thanks! I'll try your methods mentioned above.

Sounds like I have forgotten a critical thing: my project does not create window (`QWindow`) explicitly, instead the main Qt UI is a `QWidget`. This is the init code in...

Now let's put Qt aside, and discuss the plugin window itself. The "plugin window" is the window created by plugin API (e.g. VST2's `VST_EFFECT_OPCODE_WINDOW_GETRECT` call). Seems that the discussions above...

> in my opinion, we need to create a plugin example that makes use of a super light toolkit that allows embed, one that is not pugl Great idea! This...

> Which OS and plugin host are you using? - I'm using Arch Linux with KDE. - I'm testing [Dear Plugins](https://github.com/distrho/dear-plugins).

> Do you get the same result with other plugin formats? Sure. Both VST3 and **Standalone (JACK) ** has the same result (cannot type text). You can try the current...

OK. now Text Editor plugin works well on VST2 and VST3. But Standalone still have issue. --- Update: But it's not stable enough on REAPER. Sometimes even VST2 still cannot...

How to reproduce this issue: 1. Build ImGuiDemo (or Text Editor) in Dear Plugins. 2. Add plugin's VST3 binary to REAPER's scan path. 3. Run `reaper -new` to start REAPER,...

I have encounted a similar issue. Besides UI going black, the UI may also misbehave: some parts goes black and unoperatable. And it also affects my DAW's widgets: the Win32...

[ImGui Arc Progress Bar](https://github.com/AnClark/ImGui_Arc_ProgressBar/): An elegant arc progress bar widget. Useful for audio plugin developers, for example, add a simple peak meter around a knob. ![Screenshot](https://github.com/AnClark/ImGui_Arc_ProgressBar/blob/main/screenshot.png?raw=true)