lkjb_qrange_102

QRange Features

lkjb QRange is an IIR linear phase EQ with the following features:

  • 12 bands (sortable by frequency).
  • Each band can be used as peak, shelf and cut filter.
  • Cut filters are available with 12, 24 and 48 dB/oct steepness.
  • Stereo/Left/Right/Mid/Side routing per band.
  • Global gain for loudness adjustments.
  • Resizable user interface.
  • Gain Match (new in version 1.0.1).
  • Linear phase processing without pre-ringing*.
  • latency-free minimal phase mode (new in version 1.1.0).

The analyser can be set to analyse pre-EQ and post-EQ signal applying the same routings that are available per band. It is possible to adjust the analyser minimum/maximum magnitude by dragging the scale on the right (visible only if the analyser is active).

A menu which is available via the gearwheel provides:

  • Adjusting Analyser Range.
  • Adjusting frequency display magnitude.
  • Adjusting the plugin latency as well as the latency free non-linear phase mode.
  • Setting a default EQ state and/or user interface size for new instances.

With version 1.0.1 a gain match was introduced. This simply measures the short term EBU loudness of input and output and matches the gain accordingly. Due to this it only works while audio is playing.

QRange uses IPlug-Youlean as plugin framework. From JUCE juce_core and juce_audio_basics modules are used. EBU loudness is measured using libebur128.

Download

QRange can be downloaded on its kvr page.

Changelog:

  • 1.1.4:
    • Fixed low frequency distortion by adding “Process Mode” option. See QRange distortion for more details.
  • 1.1.3:
    • Added option to draw the EQ curve a bit thicker
    • Added option for band color hints to assign bands more easily to handles
  • 1.1.2:
    • fixed vst3 crashing Cubase 10 when changing latency setting
    • hopefully fixed tail playing when turning plugin off and on again in Logic
  • 1.1.1:
    • once again fixed default settings not working properly (latency & filter type was not saved)
    • added option to run analyser only while user interface is showing
  • 1.1.0:
    • fixed default settings not working correctly in case of overwriting old defaults
    • fixed latency setting not being loaded with projects
    • added added non Linear Phase but latency free mode
  • 1.0.3:
    • fixed crash in Ableton Live when changing latency
    • fixed QRange AU not validating (silent update without new version; reinstall plugin if this is encountered)
  • 1.0.2:
    • show whether gain match is possible
    • change Q-factor in frequency view by ctrl-dragging the handle
    • added presets
  • 1.0.1:
    • user interface updat: filled analyser curve
    • user interface udate: band color according to routing
    • user interface update: rearranged buttons & different button style
    • added gain match
    • added band solo (right click on band number or via band handle context menu)
  • 1.0.0: First release.

QRange Details

I have also written something about general IIR linear phase and QRange’s properties in this blog entry.

The plugin works by block-wise processing an IIR filter forwards and backwards. This results in a symmetric impulse response and thus linear phase operation but also more or less different EQ curves than normal IIR filters. While the difference is not that big for peak and shelf filters, it is not possible to create a Butterworth (maximum flat before the cutoff) characteristic. Instead Linkwitz-Riley cuts can be used by setting the Q-factor to 0.707 for the 12 and 24 dB/oct filters. The 48 dB/oct cuts are always Linkwitz-Riley.

The latency can be set to about 140, 240, 560 and 1120 ms. A higher latency doesn’t result in significally more average CPU usage but as the block is processed in longer intervals with larger blocks it can lead to drop-outs in a general CPU-intensive session. The main advantage of a higher block size is to have a higher precision using bands at low frequencies with a rather high Q-factor. In most cases, the Medium or Long setting should suffice. If only high the mids and treble range is processed the Short setting will also be fine. Normaly, the Insane setting shouldn’t be needed as high Q-factors at low frequencies can result in noticable pre-ringing which propably isn’t desired anyway.

By design an IIR linear phase EQ will have a phase response different to completely zero which is possible with a FIR linear phase EQ. The phase response is still so little (a few degree, depending on the set filter type, gain and Q-factor) that it won’t have a noticable effect. When using cuts the phase response can become much higher but this will only be at frequencies where the cut attenuation is so large that again no noticable effect should result.

 

* Pre-ringing free processing only if all bands are set to flat.