GithubHelp home page GithubHelp logo

liangqibin / biquadlimiter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from utokusa/biquadlimiter

0.0 0.0 0.0 5.69 MB

An audio effect plugin using JUCE

License: GNU General Public License v3.0

C++ 99.53% C 0.35% R 0.01% Objective-C++ 0.11%

biquadlimiter's Introduction

BiquadLimiter

BiquadLimiter is a biquad filter plug-in whitch has a dynamic range limiter in front of the feedback section (Limiter1) and an another limiter in the final section (Limiter2). This plug-in is made with C++ and JUCE.

https://youtu.be/xxV1-fn0U6Y

Features

  • You can see the six coefficients (a0, ..., b2) of the biquad filter that determine the behavior of the filter. Changing either Frequency / Q / Type will move the coefficient sliders. (See this link for information on biquad filter coefficients.)
  • The coefficient values a0, ..., b2 can be set individually. This feature gives you a frequency response that is difficult to achieve with a regular 1-channel filter plug-in.
  • The two limiters prevent the output from becoming too loud when the filter is unstable or the input is too loud. In addition, the front limiter generates a unique sound by feeding the compressed sound back to the biquad filter.

Usage

BiquadLimiter can run inside plugin hosts that supports VST, VST3, or AU.

Parameters and display items

In : The input gain before the filter unit.

Freq: The cutoff frequency of biquad filter.

Q: The q of biquad filter.

Type : This is a combo box to choose filter type. You can select one from LPF (low-pass), BPF (band-pass) and HPF (high-pass).

a0, ..., b2 : The coefficients of the biquad filter.

Fine : The button to turn on / off the fine adjustment mode of coefficient slider.

Limiter LED : This LED indicates whether the limiter is working.

Frequency display : The graph shows the ideal filter frequency response without the effect of the limiter.

The y axis shows gain (dB) and the x axis shows frequency (Hz).

Building

This project can be compiled by running the BiquadLimiter.jucer file.

You need following libraries.

  • JUCE (v6.0.3)
  • VST SDK (v3.6.10)

If you want build VST (not VST3), you need to use VST SDK v3.6.10 or earlier.

Download

You can download pre-built binaries for Mac.

https://github.com/utokusa/BiquadLimiter/releases

biquadlimiter's People

Contributors

utokusa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.