Chris-TopherW / UnityVSTHost

VST plugin host for Unity engine. Supports 64bit VST2 plugins on Windows only. Does not support Midi input to plugins at this stage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnityVSTHost

VST plugin host for Unity engine.

This is a very limited implementation of the standard:

  • It supports 64bit VST2 plugins on Windows only.
  • Does not support MIDI input.
  • Has no GUI support- it simply populates the inspector with all of the paramaters from the plugin.

Basically it uses OnAudioFilterRead to call the DSP callback on loaded plugins and can send them parameters.

Note that the C++ Dll code can be found here: https://github.com/Chris-TopherW/UnityVSTDll

Warning: this code was part of my grad research in 2016 and is a dumpster fire, enter at your own peril.

About

VST plugin host for Unity engine. Supports 64bit VST2 plugins on Windows only. Does not support Midi input to plugins at this stage.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%