diff --git a/client/components/ChanStrip.tsx b/client/components/ChanStrip.tsx index ae434288..a325954d 100644 --- a/client/components/ChanStrip.tsx +++ b/client/components/ChanStrip.tsx @@ -482,25 +482,49 @@ class ChanStrip extends React.PureComponent< {this.inputSelector()} {this.inputGain()}
- {this.threshold()} -______
- {this.ratio()} -______
- {this.gainReduction()} + {window.mixerProtocol.channelTypes[0].toMixer + .THRESHOLD ? ( +______
+ {this.ratio()} +______
+ {this.gainReduction()} +_______
- {this.loMid()} -_______
- {this.mid()} -_______
- {this.high()} -_______
+ {window.mixerProtocol.channelTypes[0].toMixer.LOW ? ( +_______
+_______
+_______
+_______
+