Synthesis Toolkit

{{Short description|API for audio synthesis}}

The Synthesis Toolkit (STK) is an open source API for real time audio synthesis with an emphasis on classes to facilitate the development of physical modelling synthesizers. It is written in C++ and is written and maintained by Perry Cook at Princeton University and Gary Scavone at McGill University. It contains both low-level synthesis and signal processing classes (oscillators, filters, etc.) and higher-level instrument classes which contain examples of most of the currently available physical modelling algorithms in use today. STK is free software,{{Cite web|url=https://ccrma.stanford.edu/software/stk/faq.html|title=The Synthesis ToolKit in C++ (STK)}} but a number of its classes, particularly some physical modelling algorithms, are covered by patents held by Stanford University and Yamaha.{{Cite web|url=https://ccrma.stanford.edu/software/stk/classstk_1_1Mandolin.html#_details|title = The Synthesis ToolKit in C++ (STK)}}

The STK is used widely in creating software synthesis applications. Versions of the STK instrument classes have been integrated into ChucK, Csound, Real-Time Cmix, Max/MSP (as part of PeRColate), SuperCollider and FAUST.{{Cite web|url=https://code.google.com/p/stk-faust/|title=Google Code Archive - Long-term storage for Google Code Project Hosting}} It has been ported to SymbianOS and iOS as well.Georg Essl, Michael Rohs, [http://www.eecs.umich.edu/~gessl/georg_papers/icmc2006mobilestk.pdf Mobile STK for Symbian OS] Deutsche Telekom Laboratories, TU-Berlin

References

{{reflist}}