Consistent interface for filter effects

This read-only archive contains discussions from the Adding Feature forum.
New feature request may be posted to the Adding Feature forum.
Technical support is available via the Help forum.
Locked
Paul L
Posts: 1788
Joined: Mon Mar 11, 2013 7:37 pm
Operating System: Please select

Consistent interface for filter effects

Post by Paul L » Fri Aug 29, 2014 3:14 pm

For High and Lowpass filter dialogs, the frequency input field is not first in tab order.

For notch filter, it is (which I find more convenient personally).

Would it be nicer to make them consistent?

It's a simple matter of Nyquist programming of course, so I can easily do it for myself if I prefer that.

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Consistent interface for filter effects

Post by Robert J. H. » Fri Aug 29, 2014 6:02 pm

Paul L wrote:For High and Lowpass filter dialogs, the frequency input field is not first in tab order.

For notch filter, it is (which I find more convenient personally).

Would it be nicer to make them consistent?

It's a simple matter of Nyquist programming of course, so I can easily do it for myself if I prefer that.
Those are not the same filters.
The Notch filter is of second order only. Hp and Lp go up to order 8 and the first field expresses that.

Paul L
Posts: 1788
Joined: Mon Mar 11, 2013 7:37 pm
Operating System: Please select

Re: Consistent interface for filter effects

Post by Paul L » Fri Aug 29, 2014 9:16 pm

Robert J. H. wrote: Those are not the same filters.
The Notch filter is of second order only. Hp and Lp go up to order 8 and the first field expresses that.
Sure, but each has a frequency slider and there is inconsistency in the user interface. Most users don't care about the math, and usually I don't either. :-)

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Consistent interface for filter effects

Post by Robert J. H. » Fri Aug 29, 2014 10:59 pm

Paul L wrote:
Robert J. H. wrote: Those are not the same filters.
The Notch filter is of second order only. Hp and Lp go up to order 8 and the first field expresses that.
Sure, but each has a frequency slider and there is inconsistency in the user interface. Most users don't care about the math, and usually I don't either. :-)
It's not about maths. It's about foing down in the decision tree:
- What type?
(only Butterworth available)
- what sub-type?
(via effect menu, Low-Pass, High-Pass, Band-Pass, Notch...
The shelf filter has HS and LS as first choice in the GUI)
- What order
(Only available for Hp and Lp)
- What cut-off frequency?
(The sample rate is given)
- How much ripple?
(Chebichev only)
- What Gain?
(only for shelf/peaking EQ filters)
- What Q-factor?
(or bandwidth or slope, falls away for cascaded filters higher than order 2)

The inconsistency gets worse if you enable the classic filters in Audacity, the cut-off frequency is the very last input control.

Apart from anything else, the users are now perhaps to familiar with the HP and LP layout and wouldn't appreciate a change.

Locked