Git Product home page Git Product logo

faust-vst-template's Introduction

Faust VST2 template

Template for a CMake project that builds Faust .dsp files into headless Linux VST 2 plugins using a cross-compilation toolchain.

Originally developed and tested for usage with Elk Audio OS but could be used in similar contexts as well.

Inspired by the faust2faustvst script by A. Graef included in the standard Faust distribution. The rationale behind this CMake template is to have something that works in a cross-compilation environment. CMake is supported by Yocto/bitbake and similar tools and it is much easier to maintain in this respect to hand-written build scripts.

Usage

Requirements:

  • Faust installed on your host machine (not included in Elk Audio OS toolchain). Tested with Faust 2.15.11
  • Cross-compilation environment with g++ version with C++17 support and Boost libraries

Put the .dsp files you want to compile in the faust-code subdirectory, or in another path specified by the CMake variable FAUST_SOURCES_DIR.

The VsT 2.4 SDK must be provided in order to build the plugins. The SDK can be copied into the root of the repository or to the path specified by the CMake variable VST2_SDK_PATH.

Then compile with standard CMake workflow, e.g. mkdir build && cd build cmake .. ccmake .. (to eventually change CMake options) make

The other options available, i.e. those starting with FAUST_*, are the relevant ones (for a headless build) in the original faust2faustvst script.


Elk Audio OS Copyright (C) 2019 Modern Ancient Instruments Networked AB, dba Elk Stockholm


Faust Copyright (C) 2003-2019 GRAME, Centre National de Creation Musicale https://faust.grame.fr/doc/index.html

faust-vst-template's People

Contributors

stez-mind avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jarmitage

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.