Skip to content

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

License

Notifications You must be signed in to change notification settings

Chris-TopherW/UnityVSTHost

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages