I spent the xmas break learning how to make my own plugins

This page summarizes the projects mentioned and recommended in the original post on /r/WeAreTheMusicMakers

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • vocal-eq

    EQ Plugin

  • Vocal EQ is basically 3 fixed EQs: a high pass filter to get rid of rumble, a treble boost and a treble roll off. I chose the filter types and parameters by listening to different microphones (so the treble boost emulates the hyped sound of a condenser like an NT1a, and the roll off gives you a smoother sound like an SM7B or even a ribbon if you crank it).

  • JUCE

    JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.

  • As I said the framework I used is JUCE (it's kind of the only game in town I think). I also used REW and Plugindoctor (which is amazing btw) to test my work. If you want to read the code, the meat of it is in the PluginProcessor.cpp file and specifically in the processBlock method (1, 2, 3). The rest is basically just UI and wiring.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ellipsis

    Low frequency harmonic distortion (by unusual-audio)

  • Ellipsis is a recreation of an effect that I heard in a studio once and couldn't get out of my head. It splits the frequency spectrum into a low and high and then applies a bunch of tube distortion to the low frequencies only. It doesn't work on everything, but when it works it sounds really gritty and warm, adds low end without being boomy.

  • loudness-meter

    EBU R 128 compliant loudness meter

  • The last one is an R 128 Loudness Meter. I've been using Youlean and WLM Plus, but I wanted something that was easier to read in your peripheral vision for live use (thus the red and green and the lack of any UI features).

  • yabridge

    A modern and transparent way to use Windows VST2, VST3 and CLAP plugins on Linux

  • Not OP, but if you want to play with audio production on Linux, you definitely want to check out Pipewire, which is a fantastic new audio server that replaces both JACK and pulseaudio together. yabridge is what I use to be able to run Windows VSTs.

  • pipewire

    Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)

  • Not OP, but if you want to play with audio production on Linux, you definitely want to check out Pipewire, which is a fantastic new audio server that replaces both JACK and pulseaudio together. yabridge is what I use to be able to run Windows VSTs.

  • AudioKit

    Audio synthesis, processing, & analysis platform for iOS, macOS and tvOS

  • It seems to be the industry standard at least. I have played around with iPlug2 and AudioKit a little bit but not enough to really form an opinion. (iPlug2 is described by the authors as "not production ready" and AudioKit is mac / ios only)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts