Menu

Tree [d1f2f3] master /
 History

HTTPS access


File Date Author Commit
 libs 2011-04-22 CtrlBrk CtrlBrk [015f08] portaudio update
 src 2011-11-19 CtrlBrk CtrlBrk [d1f2f3] Merge commit '0865efc206fa755eaa03ebfe27d42321f...
 tools 2011-11-19 CtrlBrk CtrlBrk [d1f2f3] Merge commit '0865efc206fa755eaa03ebfe27d42321f...
 .gitignore 2011-02-24 CtrlBrk CtrlBrk [09c39a] problem with assume-unchanged ?
 Doxyfile 2011-02-25 CtrlBrk CtrlBrk [c3304f] added some code documentation
 GPL.txt 2010-11-20 CtrlBrk CtrlBrk [a12d4a] switched to lgpl because of vst and asio sdk
 LGPL.txt 2010-11-20 CtrlBrk CtrlBrk [a12d4a] switched to lgpl because of vst and asio sdk
 README.txt 2011-08-23 CtrlBrk CtrlBrk [d6888b] update readme
 build32 - 2010.bat 2011-11-19 CtrlBrk CtrlBrk [d1f2f3] Merge commit '0865efc206fa755eaa03ebfe27d42321f...
 build32.bat 2011-11-19 CtrlBrk CtrlBrk [d1f2f3] Merge commit '0865efc206fa755eaa03ebfe27d42321f...
 build64.bat 2011-11-19 CtrlBrk CtrlBrk [d1f2f3] Merge commit '0865efc206fa755eaa03ebfe27d42321f...
 license.txt 2011-01-18 CtrlBrk CtrlBrk [67efdc] splash and about dialog licenses
 vstboard.ico 2011-01-26 CtrlBrk CtrlBrk [730923] icon and logo
 vstboardlogo.png 2011-01-26 CtrlBrk CtrlBrk [730923] icon and logo

Read Me

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