Skip to content

High-pass/Low-pass filter audio plugin built the JUCE C++ framework.

License

Notifications You must be signed in to change notification settings

augustryder/Highpass-Lowpass-Filter

Repository files navigation

High-pass and Low-pass filter audio plugin

Overview

This is a JUCE-based audio plugin providing highpass and lowpass filtering functionality for DAWs like Ableton, Waveform, etc.

Features

  • Intense Highpass and Lowpass filtering!!
  • Seriously customizable cutoff frequency (with a slider 😵)
  • Impressive design 🤤
Screenshot 2024-12-20 at 3 54 05 PM

Prerequisites

  • CMake

Build Instructions

  1. Clone this repository.
  2. Open terminal and run:
    cmake -S . -B build
    cmake --build build
  3. Copy the generated .vst3 from build/plugin/AudioPlugin_artefacts into your personal audio plugins folder.
  4. Open your DAW and scan for new plugins.
  5. Enjoy the power of premium filtering!

About

High-pass/Low-pass filter audio plugin built the JUCE C++ framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published