Johannes Lorenz

Results 288 comments of Johannes Lorenz
trafficstars

> Are there any mono Lv2 plugins you'd recommend testing this with? Any (though, for regression checks, testing stereo plugins will not harm). The following have a lot/only mono: *...

This is very likely buggy for mono plugins. From looking at the code, it looks like in that for mono plugins, `inPorts().m_right` and `outPorts().m_right` will be `nullptr`, so it will...

@messmerd Can you please review my enum, which I want to use for input and output Combo Boxes? Most should be correct (according to Discord). For the option "PC Output,...

Btw, another possibility would be, for Mono plugins, only allow Dual for now. This would still cover all current use cases.

Status: This is waiting for #7459 .

@michaelgregorius Please don't invite me to review just randomly. I am no expert at all about the topic (for Lv2, e.g., it would make sense), and I want to choose...

I'm currently trying to do a fixup of #7512 which is a fixup of this PR. Some things I would like to change about `PluginView::isResizable`: 1. make this a virtual...

TrailingWhitespace still needs to be fixed, rest of CI looks OK.