You are here

Add new comment

bluebell's picture

With qt 6.2.4 on my oldish but pimped up machines I have to patch drumkv1 (and samplv1) else I can't type in any input field in the LV2 versions. There are no problems with the standalone versions.

--- ./src/drumkv1.lv2/drumkv1_ui.ttl.orig 2024-01-05 17:36:19.620706517 +0100
+++ ./src/drumkv1.lv2/drumkv1_ui.ttl 2024-01-05 17:38:33.337738608 +0100
@@ -11,13 +11,6 @@
lv2:requiredFeature <http://lv2plug.in/ns/ext/instance-access> ;
lv2ui:binary <drumkv1.so> .

-<http://drumkv1.sourceforge.net/lv2#ui_x11>
- a lv2ui:X11UI ;
- lv2:requiredFeature <http://lv2plug.in/ns/ext/instance-access> ;
- lv2:optionalFeature lv2ui:resize, lv2ui:idleInterface, lv2ui:showInterface ;
- lv2:extensionData lv2ui:resize, lv2ui:idleInterface, lv2ui:showInterface ;
- lv2ui:binary <drumkv1.so> .
-
<http://drumkv1.sourceforge.net/lv2#ui_external>
a <http://kxstudio.sf.net/ns/lv2ext/external-ui#Widget> ;
lv2:requiredFeature <http://lv2plug.in/ns/ext/instance-access> ;