diff --git a/lv2/x86_64/toobamp_1.1.55_amd64.deb b/lv2/x86_64/toobamp_1.1.55_amd64.deb
index d587a59..10b03ea 100644
Binary files a/lv2/x86_64/toobamp_1.1.55_amd64.deb and b/lv2/x86_64/toobamp_1.1.55_amd64.deb differ
diff --git a/react/src/ControlTooltip.tsx b/react/src/ControlTooltip.tsx
new file mode 100644
index 0000000..344c096
--- /dev/null
+++ b/react/src/ControlTooltip.tsx
@@ -0,0 +1,41 @@
+
+import React, { ReactElement } from 'react';
+import Tooltip from "@mui/material/Tooltip"
+import { UiControl } from './Lv2Plugin';
+import Typography from "@mui/material/Typography";
+import Divider from '@mui/material/Divider';
+
+
+interface ControlTooltipProps {
+ children: ReactElement,
+ uiControl: UiControl
+}
+
+
+export default function ControlTooltip(props: ControlTooltipProps) {
+ let { children, uiControl } = props;
+ if (uiControl.comment && (uiControl.comment !== uiControl.name)) {
+ return (
+
);
- },
- a: (props: any) => {
- return (
-
- );
+ {plugin.description.length > 0 && (
+
+