Skip to content

A sample VST Host Application for C++ Advent Calendar 2013 5th day.

License

Notifications You must be signed in to change notification settings

zj23564/VstHostDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VstHostDemo

What's this?

C++ Advent Calendar 2013のネタとして作成したVSTホストアプリケーションです。 VSTiをロードして、音を鳴らせます。

プログラムのビルド方法

  1. Steinbergから、VST 2.4のSDKをダウンロードし、ソリューション内のvstsdk2.4に展開したファイルをコピーする。

  2. Boostから、Boost.1.53.0をダウンロードしビルドする。(試してはいないが、1.54.0, 1.55.0でも問題ないだろうと思われる。)

  3. balorライブラリの公式ブログから、balor 1.0.1をダウンロードし、ビルドする。

  4. VstHostDemo.slnを開き、Boost, balorのインクルードディレクトリ、ライブラリディレクトリを設定する。

  5. VstHostDemoプロジェクトをビルドする。

ライセンス

このソースコードは、Boost Software License, Version 1.0で公開します。

About

A sample VST Host Application for C++ Advent Calendar 2013 5th day.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%