Through Nyquist 4 or through the pluginsettings.cfg, do you mean?steve wrote:They probably can now, but there aren't any Nyquist plugins yet that do.Gale Andrews wrote:Nyquist plugins currently can't save their settings post session
Gale
Through Nyquist 4 or through the pluginsettings.cfg, do you mean?steve wrote:They probably can now, but there aren't any Nyquist plugins yet that do.Gale Andrews wrote:Nyquist plugins currently can't save their settings post session
Version 2.1.0? The latest publicly released version is 2.0.6. Where can I get version 2.1.0?Gale Andrews wrote:2.1.0
The next version is rather a "Milestone" release, thus the big jump from 2.0.6 to 2.1.0.Videogamer555 wrote:Version 2.1.0? The latest publicly released version is 2.0.6. Where can I get version 2.1.0?Gale Andrews wrote:2.1.0
It's not an official release obviously, but you can check out the documentation in the development Manual - http://manual.audacityteam.org/man/Spectral_Selection . Let us know if anything is unclear, and we could see if the text could be improved.Videogamer555 wrote:I just tried a nightly build and I'm not sure exactly what the spectral filters do. I can tell they change the part of the spectrum I've selected, but I don't know exactly what they do. Any help on this would be nice.
That is correct. The spectral selection is a fixed order high, low or band pass filter, thus in the case of band pass the centre frequency is proportionally in the centre, thus it will appear in the centre in Spectrogram (log f) view and below the centre in linear Spectrogram view. This is basic physics.Videogamer555 wrote:I notice a problem in frequency selection in spectrogram in version 2.1.0. When you using the linear frequency display, for selecting the spectrum, it doesn't have the center frequency in the center. Instead it has it below the center.
I certainly agree what "center frequency" means will need properly explaining in the Manual. We may wish to remember the likely skill/knowledge level of the majority of our users.steve wrote:That is correct. The spectral selection is a fixed order high, low or band pass filter, thus in the case of band pass the centre frequency is proportionally in the centre, thus it will appear in the centre in Spectrogram (log f) view and below the centre in linear Spectrogram view. This is basic physics.Videogamer555 wrote:I notice a problem in frequency selection in spectrogram in version 2.1.0. When you using the linear frequency display, for selecting the spectrum, it doesn't have the center frequency in the center. Instead it has it below the center.
As the implementer of spectral selection, I respond:Videogamer555 wrote:I notice a problem in frequency selection in spectrogram in version 2.1.0. When you using the linear frequency display, for selecting the spectrum, it doesn't have the center frequency in the center. Instead it has it below the center. Turns out that in logarithmic frequency display, this frequency does correspond to what is in the center of the frequency upper and lower limit of what is selected. However, the selection mechanism should be aware of which spectrogram display mode you are in (linear or logarithmic frequency) and use the center frequency for that display mode as the center frequency of the selection. If you are using linear mode, it is because you want the literal center frequency to be the selected center frequency. If you are in logarithmic mode, it is because you want the the logarithmically centered frequency to be the selected center frequency.
Also, the spectrum edit filters should allow you to set the rolloff. Currently it is fixed at 6dB.