TooBAmp x11 UI merge
This commit is contained in:
@@ -88,7 +88,7 @@ const GxTunerView =
|
||||
|
||||
let result: (React.ReactNode | ControlGroup)[] = [];
|
||||
|
||||
let tunerControl = (<GxTunerControl instanceId={this.props.instanceId} />);
|
||||
let tunerControl = (<GxTunerControl instanceId={this.props.instanceId} valueIsMidi={false} />);
|
||||
result.push(tunerControl);
|
||||
|
||||
result.push(controls[refFreqIndex]);
|
||||
|
||||
Reference in New Issue
Block a user