mirror of
https://github.com/thestk/stk
synced 2026-01-13 21:11:53 +00:00
Release 4.1.1 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
b39c0bb101
commit
ffce5357c6
31
doc/html/tutorial.html
Normal file
31
doc/html/tutorial.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>The Synthesis ToolKit in C++ (STK)</TITLE>
|
||||
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#FFFFFF">
|
||||
<CENTER>
|
||||
<img src="princeton.gif"> <img src="ccrma.gif"><P>
|
||||
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
|
||||
<HR>
|
||||
<!-- Generated by Doxygen 1.2.8.1 -->
|
||||
<a name="tutorial"><h2>Tutorial</h2></a>
|
||||
The Synthesis ToolKit is a set of C++ classes. In order to go beyond the simple example programs we provide, it is necessary to know some basics about programming in C or C++. STK's "target audience" includes people who: <ul>
|
||||
<li>want to create audio DSP and/or synthesis programs <li>want to save some time by using our unit generators and input/output routines <li>want to learn about synthesis and processing algorithms <li>wish to teach real-time synthesis and processing, and wish to use some of our classes and examples </ul>
|
||||
|
||||
<p>
|
||||
Most ToolKit programmers will likely end up writing a class or two for their own particular needs, but this task is typically simplified by making use of pre-existing STK classes (filters, oscillators, etc.).
|
||||
<p>
|
||||
The following tutorial chapters describe many of the fundamental ToolKit concepts and classes. All tutorial programs are included in the <code>projects/examples</code> directory.
|
||||
<p>
|
||||
<ol>
|
||||
<li><a href="hello.html#hello">Hello Sine!</a><li><a href="compile.html#compile">Compiling</a><li><a href="realtime.html#realtime">Realtime Audio</a><li><a href="instruments.html#instruments">Instruments</a><li><a href="controlin.html#controlin">Control Input</a><li><a href="multichannel.html#multichannel">Multi-Channel I/O</a><li><a href="polyvoices.html#polyvoices">Voice Management</a></ol>
|
||||
<HR>
|
||||
|
||||
<table>
|
||||
<tr><td><A HREF="http://www-ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
|
||||
<tr><td>©1995-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user