adamski / stk_wrapper

JUCE wrapper module for the Synthesis ToolKit (STK) C++ project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stk_wrapper

JUCE module wrapper for the STK library.

This wrapper simply wraps the whole STK library into a JUCE module, as a Git submodule.

Use it to quickly add effects and generators to a JUCE based audio project.

Installation

git clone https://github.com/adamski/stk_wrapper.git

cd stk_wrapper

git submodule init

git submodule update

Then add the module folder to your JUCE project in Projucer.

About

JUCE wrapper module for the Synthesis ToolKit (STK) C++ project


Languages

Language:C 45.3%Language:C++ 38.5%Language:Objective-C++ 16.3%