Display tuner control for 3rd-party output controls that have unit:hz

This commit is contained in:
Robin Davies
2024-10-21 22:11:49 -04:00
parent b58263f44c
commit b99acbdfba
+1 -1
View File
@@ -478,7 +478,7 @@ export class UiControl implements Deserializable<UiControl> {
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) {