Sponsored Links
-->

Monday, May 14, 2018

Hacking MIDI with The Synthesis Toolkit (STK) library (C++) - YouTube
src: i.ytimg.com

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, but a number of its classes, particularly some physical modelling algorithms, are covered by patents held by Stanford University and Yamaha.

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. It has been ported to SymbianOS and iOS as well.


Video Synthesis Toolkit



References


Maps Synthesis Toolkit



External links

  • STK Home Page at CCRMA
  • STK in AS3 - ActionScript port of The Synthesis ToolKit in C++
  • The STK repository on GitHub
  • Tutorial on using the STK on iOS


Source of article : Wikipedia