S31 - VST Plugins (with Audio Input)
Table of contents
VST Plugin (with Audio Input)
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)