S31 - VST Plugins (with Audio Input)


Table of contents

  1. VST Plugin (with Audio Input)
  2. Demo with Audio Input

VST Plugin (with Audio Input)

Download Source Code

This plugin can be compiled as a VST FX or synth. The synth version only works with MIDI and the FX version works with both MIDI and audio.

To compile as a VST FX change the following flag in the PluginCode/CMakeLists.txt file:

# set a flag for synth vs fx
set(AudioIn TRUE)

Demo with Audio Input