Content deleted Content added
m cat |
Thought 1915 (talk | contribs) added short description |
||
(32 intermediate revisions by 24 users not shown) | |||
Line 1:
{{Short description|API for audio synthesis}}
The '''Synthesis Toolkit''' ('''STK''') is a [[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 Plus Plus|C++]] and is written and maintained by [[Perry Cook]] at [[Princeton University]] and [[Gary Scavone]] at [[CCRMA]]. It contains both low-level synthesis and [[signal processing]] classes ([[oscillator]]s, [[filter]]s, etc.) and higher-level [[instrument]] classes which contain examples of most of the currently available physical modelling [[algorithm]]s in use today.▼
▲The '''Synthesis Toolkit''' ('''STK''') is
The STK is used widely in creating [[software]] synthesis applications. Versions of the STK instrument classes have been integrated into [[ChucK]], [[CSound|Csound]], Real-Time Cmix, [[Max/MSP]] (as part of [[PeRColate]]), [[SuperCollider]] and [[FAUST (programming language)|FAUST]].<ref>{{Cite web|url=https://code.google.com/p/stk-faust/|title=Google Code Archive - Long-term storage for Google Code Project Hosting}}</ref> It has been ported to [[SymbianOS]] and [[iOS]] as well.<ref>Georg Essl, Michael Rohs, [http://www.eecs.umich.edu/~gessl/georg_papers/icmc2006mobilestk.pdf Mobile STK for Symbian OS] Deutsche Telekom Laboratories, TU-Berlin</ref>
== References ==
{{reflist}}
== External links ==
* [http://ccrma
* [https://code.google.com/p/stk-in-as3/ STK in AS3 - ActionScript port of The Synthesis ToolKit in C++]
* [https://github.com/thestk/stk/ The STK repository on GitHub]
* [https://arielelkin.github.io/articles/mandolin Tutorial on using the STK on iOS]
[[Category:Audio programming languages]]
{{Compu-lang-stub}}
|