Release 4.1.1 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:36:33 +02:00
committed by Stephen Sinclair
parent b39c0bb101
commit ffce5357c6
20 changed files with 2694 additions and 20 deletions

View File

@@ -13,7 +13,7 @@
<p>
<p>
The <b>Synthesis ToolKit in C++ (STK)</b> is a set of audio signal processing and synthesis classes and algorithms written in C++. You can use these classes to create programs that make sounds with a variety of synthesis techniques. This is not a terribly novel concept, except that the Synthesis ToolKit is extremely portable (it's mostly platform-independent C and C++ code), and it's completely user-extensible (no libraries, no hidden drivers, and all source code is included). We like to think that this increases the chances that our programs will still work in another 5-10 years. In fact, the ToolKit has been working continuously for nearly 8 years now. STK currently runs with "realtime" support (audio and MIDI) on SGI (Irix), Linux, and Windows computer platforms. Generic, non-realtime support has been tested under NeXTStep, Sun, and other platforms and should work with any standard C++ compiler.
The <b>Synthesis ToolKit in C++ (STK)</b> is a set of open source audio signal processing and algorithmic synthesis classes written in C++. STK was designed to facilitate rapid development of music synthesis and audio processing software, with an emphasis on cross-platform functionality, realtime control, ease of use, and educational example code. The Synthesis ToolKit is extremely portable (it's mostly platform-independent C and C++ code), and it's completely user-extensible (all source included, no unusual libraries, and no hidden drivers). We like to think that this increases the chances that our programs will still work in another 5-10 years. In fact, the ToolKit has been working continuously for nearly 8 years now. STK currently runs with "realtime" support (audio and MIDI) on SGI (Irix), Linux, Macintosh OS X, and Windows computer platforms. Generic, non-realtime support has been tested under NeXTStep, Sun, and other platforms and should work with any standard C++ compiler.
<p>
<ul>
<li><a href="information.html#information">General Information</a><li><a href="classes.html#classes">Class Documentation</a><li><a href="download.html#download">Download and Release Notes</a><li><a href="usage.html#usage">Usage Documentation</a><li><a href="maillist.html#maillist">The Mail List</a><li><a href="system.html#system">System Requirements</a><li><a href="links.html#links">Miscellaneous Links</a><li><a href="tutorial.html#tutorial">Tutorial</a></ul>