Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adamski/stk_wrapper
- Owner: adamski
- Created: 2016-05-19T21:28:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T09:57:52.000Z (over 6 years ago)
- Last Synced: 2024-04-23T04:49:15.485Z (7 months ago)
- Language: C
- Size: 366 KB
- Stars: 26
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - stk_wrapper
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.