Eq10q-lv2

Jul 20, 2023

Parametric equalizer LV2 audio plugin

EQ10Q is an audio plugin bundle over the LV2 standard, implementing a powerful and flexible parametric equalizer and more.

All audio processing developed in this project is written in C language and highly optimized focusing on DSP load reduction yet keeping a superb audio quality, the audio engine is always working in 64 bits floating point maths but interfacing with LV2 ports using the standard 32 bits numbers. We believe that a good plugin is not completely useful without a full featured graphical user interface GUI that provides the correct way to set it up. For this reason, each plugin distributed in this bundle is supplied with a nice GUI. These GUI’s are written in C++ and Gtkmm libraries to gain a great control over the graphics.

The project is licensed under GPL so feel free to copy, redistribute and modify. Although, if your are really convinced of doing some possible interesting changes in the source code, please mail me and we can discuss about incorporating your awesome ideas in the main project.



Checkout these related ports:
  • Zynaddsubfx - Realtime software synthesizer
  • Zrythm - Modern music production system, also known as DAW
  • Zplugins-lv2 - Collection of LV2 plugins to be bundled with Zrythm
  • Zmusic - GZDoom's music system as a standalone library
  • Zita-rev1 - Reworked version of the reverb originally developed for Aeolus
  • Zita-resampler - C++ library for resampling audio signals
  • Zita-njbridge - Command line client to transmit audio over a local IP network
  • Zita-mu1 - Simple Jack app used to organise stereo monitoring
  • Zita-jclient - Library to create a Jack client with a few lines of C++
  • Zita-dpl1 - Look-ahead digital peak level limiter
  • Zita-convolver - Fast, partitioned convolution engine library
  • Zita-bls1 - Blumlein Shuffler converter of binaural signals to stereo speaker pair
  • Zita-at1 - Autotuner Jack application
  • Zita-alsa-pcmi - Easy access to ALSA PCM devices
  • Zinf - GTK-based MP3 player