https://github.com/mrdvince/juceq
A 3-band Stereo EQ built using JUCE Framework, Hosted/Testing using the Audio Plugin Host included in JUCE extras. Or import it into Fl Studio and knock yourself out.
https://github.com/mrdvince/juceq
cpp cpp17 equalizer juce-framework music
Last synced: 11 months ago
JSON representation
A 3-band Stereo EQ built using JUCE Framework, Hosted/Testing using the Audio Plugin Host included in JUCE extras. Or import it into Fl Studio and knock yourself out.
- Host: GitHub
- URL: https://github.com/mrdvince/juceq
- Owner: mrdvince
- License: gpl-3.0
- Created: 2021-06-07T17:27:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T11:59:55.000Z (over 4 years ago)
- Last Synced: 2025-02-03T14:45:56.997Z (about 1 year ago)
- Topics: cpp, cpp17, equalizer, juce-framework, music
- Language: C++
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Equalizer
### A standalone and vst3 equalizer plugin built using JUCE Framework
Screenshot of the vst3 plugin hosted by Juce's Audio plugin host.
# Getting Started
> Recommend virtual audio cable (windows) for the audio input.
1. Clone the repository (if you haven't already!), and navigate to the `juceq` folder.
2. Open the project in CLion (highly recommended), the cmake files will clone the juce framework and setup the whole project automagically.
3. Alternatively using visual studio code, install C/C++, CMake and CMakeTools extensions, then build.
## Download Release
Head on over to https://github.com/mrdvince/juceq/releases
Under assets download either the vst3(needs audio plugin host for testing or scan and add it to Fl Studio) then test it.
For the stand alone plugin, just run it, configure audio settings and voila