Ever wanted to code a VST plugin? Have you tried but can find no information online? This is an overall guide on how to code, develop ui, and prepare your VST plugin for use. This guide assumes general understanding of programming fundamentals but not mastery.

Do not worry if you do not know C++ already, I will cover it briefly in this guide.

Warning:

this guide is under heavy development and I'm working on it as fast as I'm learning this.


Table of Contents

C++ Introduction

Basic VST Development

Advanced DSP

VST3 Resources

DAW Development

UI Development