Giter VIP home page Giter VIP logo

vst3hostdemo's Introduction

VstHostDemo

What's this?

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

機能

ピアノの鍵盤画面を押すとノート情報を生成してプラグインに渡します。 また、PCのキーボードにも反応します。 Ableton Live方式で、A, W, S, ..., O, L, Pまでの範囲がソフトウェアキーボードとなり、ZとXでオクターブを変更できます。

また、Spaceキーを押しながら鍵盤画面をドラッグすると鍵盤の見える範囲を動かせます。

VST3プラグインをドラッグアンドドロップすると、そのプラグインをロードします。

64bit版に対応しました。

ただし、balorの64bit対応が必要です。 現在64bit版に対応したライブラリは公開されていませんが、以下のようにして64bit版のライブラリを作成可能です。

  • 既存の32bit版のプロジェクト構成を複製して64bit版のプロジェクト構成を作る
  • ビルドしていくつかのコンパイルエラーを取り除く

プログラムのビルド方法

Visual Studio 2013でビルドが可能なのを確認しています

  1. Steinbergから、VST 3.6のSDKをダウンロードし、ソリューション内のvst3ディレクトリに展開したファイルをコピーする。

  2. ちょうど、base, pluginterfaces, public.sdkがvst3ディレクトリの下に配置されるようにする

  3. Boostから、Boost.1.56.0をダウンロードしビルドする。(他のバージョンのBoostでも問題ないかもしれない)

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

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

  6. Vst3HostDemoプロジェクトをビルドする。

ライセンス

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


https://twitter.com/hotwatermorning [email protected]

vst3hostdemo's People

Contributors

hotwatermorning avatar

Watchers

James Cloos avatar idobatter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.