The Patchbay_

STK (Synthesis ToolKit)

C++ class library of synthesis and DSP building blocks (oscillators, filters, physical models).

LanguageC++
CategorySynthesis & DSP
LicenseMIT
PlatformsmacOS Windows Linux
InstallBuild from source; brew install stk
First released~1996
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Embedding synthesis/DSP primitives and physical models into C++ apps.

Minimal example

#include "SineWave.h"
stk::SineWave sine;
sine.setFrequency(440.0);
stk::StkFloat s = sine.tick();

Alternatives to STK (Synthesis ToolKit)

pyopydubCsoundPure Data

← Back to all tools