Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamski/stk_wrapper

JUCE wrapper module for the Synthesis ToolKit (STK) C++ project
https://github.com/adamski/stk_wrapper

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.