Reset all EQ bands to the default 10-band template¶
Use this procedure to discard all EQ band edits for a TX or RX equalizer and return it to the factory 10-band configuration. This also resets the band count and filter family to their defaults.
Before you start¶
- The floating editor for the EQ path you want to reset (TX or RX) must be open. See Open the frameless editor to add / remove / tune bands on either side if it is not already open.
Steps¶
- In the floating editor title bar, confirm you are on the correct path — the window title reads either "Aetherial Parametric EQ — TX" or "Aetherial Parametric EQ — RX".
- Click Reset in the editor header strip.
All bands are immediately replaced with the default 10-band template. The band count is restored to 10, and the Filter family combo is reset to Butterworth. The settings are saved immediately.
What each control does¶
| Control | Default | Behavior after reset |
|---|---|---|
| Reset | — | Replaces all bands with the default 10-band template, restores the default band count, and sets Filter family to Butterworth. Saves immediately. |
| Filter family | Butterworth | Reset to Butterworth. Applies to HP and LP filter types only; peak and shelf bands are unaffected by this selector. Persisted as ClientEqTxFilterFamily (TX) or ClientEqRxFilterFamily (RX). |
| Band count | 10 | Restored to 10 by Reset. Persisted as ClientEqTxBandCount (TX) or ClientEqRxBandCount (RX). |
| Smoothing | Applies fractional-octave power-averaging to the analyzer trace for display — does not affect EQ math. Lower fraction = smoother (⅓ is most smoothed; 1/96 is effectively off). Shared between TX and RX editors. | Tooltip: 'Fractional-octave smoothing applied to the analyzer trace. Lower fraction = smoother (⅓ = most, 1/96 = off). Affects display only — EQ math is unchanged.' Located in the editor header strip (floating editor only). |
| Filter-type icon row | A row of 8 custom-painted icons (one per band slot) at the top of the editor canvas area. Each icon draws the current filter shape (peak bell, shelf ramp, HP/LP slope) in its band's palette colour. Click an icon to cycle through the filter types for that band; clicking also selects the band, highlighting its handle on the canvas and its column in the parameter row. | Located in the floating editor only. Icons dim to 35 % opacity when the band is bypassed. Implemented by ClientEqIconRow. |
| Parameter text row | A row of 8 text columns (one per band slot) below the canvas showing each band's Freq, Gain, and Q values. Values update live during canvas drags. Clicking a column selects that band. Each column has a transparent background so it does not bleed dark fill over the band-plan strip above it; labels are bottom-aligned within the column. | Located in the floating editor only. Implemented by ClientEqParamRow. |
| Filter cutoff guide lines (TX / RX) | Dashed yellow vertical lines overlaid on the canvas at the radio's current TX low/high filter cutoff (TX tile) or RX passband edges (RX tile). Hovering near a line changes the cursor to a horizontal-resize arrow. Dragging a line in the editor moves the radio's corresponding filter cutoff in real time. | Dragging the TX cutoff guides emits cutoffsDragRequested(Tx, lo, hi), which MainWindow forwards to TransmitModel. Dragging the RX guides writes to the active SliceModel. Pass 0 for an edge to suppress that guide. |
Tips¶
- Reset affects only the path shown in the current editor window. To reset the other path, open the other editor and repeat.
- The Output Fader (post-EQ master gain, persisted as
ClientEqTxMasterGainorClientEqRxMasterGain) is not changed by Reset. Double-click the fader to return it to 0 dB separately if needed.