Skip to content

An experimental VST host and plugin. Modular and programmable : create multiple setups (plugins parameters, audio and midi routing) and switch between them via automation or midi. Visit the homepage for more information : http://vstboard.blogspot.com

License

eriser/vstboard-1

 
 

Repository files navigation

How to build VstBoard :

Steinberg SDKs :
================
Steinberg VST and ASIO SDKs can't be redistributed : you have to create an account and download them yourself.
We need "VST 2.4 Audio Plug-Ins SDK" and "ASIO SDK" available at http://www.steinberg.net/en/company/developer.html
Copy the VST SDK in ./libs/vstsdk2.4 (see README.txt in that folder)
Copy the Asio SDK in ./libs/portaudio/src/hostapi/asio/ASIOSDK (see README.txt in that folder)

Qt Creator :
============
Download and install "Qt SDK for Windows (based on MinGW)" (the Complete Development Environment) from http://qt.nokia.com/downloads

In Qt Creator, create a new session and open :
 ./src/vstboard/VstBoard.pro
 ./src/portaudio/portaudio.pro
 ./src/pormidi/portmidi.pro

- Compile portaudio and portmidi
- You can now compile the VstBoard project

x64 and msvc 2010 :
====================
hotfix needed : http://support.microsoft.com/kb/2280741

About

An experimental VST host and plugin. Modular and programmable : create multiple setups (plugins parameters, audio and midi routing) and switch between them via automation or midi. Visit the homepage for more information : http://vstboard.blogspot.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.1%
  • C++ 31.4%
  • Shell 5.4%
  • Java 1.4%
  • Python 1.1%
  • QMake 0.5%
  • Other 1.1%