Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22c9e27da2df4e0

Jump to content

Synthesis Toolkit

From Wikipedia, the free encyclopedia

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

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

References

[edit]
  1. "The Synthesis ToolKit in C++ (STK)".
  2. "The Synthesis ToolKit in C++ (STK)".
  3. "Google Code Archive - Long-term storage for Google Code Project Hosting".
  4. Georg Essl, Michael Rohs, Mobile STK for Symbian OS Deutsche Telekom Laboratories, TU-Berlin
[edit]