From 976684c4ac9133f1a8089efaeadd303005a770ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Dzia=C5=82o?= <94424739+Djaugo@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:25:04 +0100 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7886c59 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# EQ_Lite-Vst-Plugin-Win + +This repository contains source code of an VST Equalizer Plugin developed in JUCE Framework. +EQ_Lite is a simple digital version of a tool commonly used in music production, mixing and mastering. +The plugin's functionality consists of 5 bands (low cut, peak bands 1 thru 3, high cut) allowing the edition of an audio signal. +Each band can be controlled via frequency, gain and quality knobs. +Other essential features of the plugin are: spectrum analyzer and response curve display, bypass buttons for each band, +master bypass switch and output gain knob.