Synthesis Toolkit: Difference between revisions

Content deleted Content added
Gewang (talk | contribs)
No edit summary
UgenBot (talk | contribs)
m ugenbot - Robot-assisted disambiguation: Yamaha
Line 1:
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++]] 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 STK is used widely in creating [[software]] synthesis applications, many of the hardware [[implementation]]s of which would be protected by [[patent]]s by [[Yamaha Corporation|Yamaha]] and other synthesizer [[manufacturer]]s. Versions of the STK instrument classes have been integrated into [[CSound | Csound]], [[Real-Time Cmix]], and [[Max/MSP]] (as part of [[PeRColate]]).
 
== External Links ==