diff --git a/react/src/Lv2Plugin.tsx b/react/src/Lv2Plugin.tsx index d0b0b2b..29b54c3 100644 --- a/react/src/Lv2Plugin.tsx +++ b/react/src/Lv2Plugin.tsx @@ -478,7 +478,7 @@ export class UiControl implements Deserializable { this.controlType = ControlType.Dial; if (!this.is_input) { - if (this.units === Units.midiNote) { + if (this.units === Units.midiNote || this.units === Units.hz) { this.controlType = ControlType.Tuner; } else if (this.units === Units.db) {