mirror of
https://github.com/thestk/stk
synced 2026-01-13 04:51:53 +00:00
Release 4.4.0 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
3706458166
commit
d2ed001eb5
@@ -8,8 +8,9 @@
|
||||
<img src="princeton.gif"> <img src="ccrma.gif"> <img src="mcgill.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="faq.html">FAQ</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
|
||||
<HR>
|
||||
<!-- Generated by Doxygen 1.4.4 -->
|
||||
<h1><a class="anchor" name="tutorial">Tutorial</a></h1>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 and C++. STK's "target audience" includes people who: <ul>
|
||||
<!-- Generated by Doxygen 1.5.8 -->
|
||||
<div class="contents">
|
||||
<h1><a class="anchor" name="tutorial">Tutorial </a></h1>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 and C++. STK's "target audience" includes people who: <ul>
|
||||
<li>
|
||||
want to create audio DSP and/or synthesis programs </li>
|
||||
<li>
|
||||
@@ -24,11 +25,12 @@ Most ToolKit programmers will likely end up writing a class or two for their own
|
||||
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 type=1>
|
||||
<li><a class="el" href="fundamentals.html">STK Fundamentals</a></li><li><a class="el" href="hello.html">Hello Sine!</a></li><li><a class="el" href="compile.html">Compiling</a></li><li><a class="el" href="filtering.html">Using Filters</a></li><li><a class="el" href="realtime.html">Realtime Audio (blocking)</a></li><li><a class="el" href="crealtime.html">Realtime Audio (callback)</a></li><li><a class="el" href="instruments.html">Instruments</a></li><li><a class="el" href="controlin.html">Control Input</a></li><li><a class="el" href="multichannel.html">Multi-Channel I/O</a></li><li><a class="el" href="polyvoices.html">Voice Management</a> </li></ol>
|
||||
</div>
|
||||
<HR>
|
||||
|
||||
<table>
|
||||
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
|
||||
<tr><td>©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
<tr><td>©1995-2009 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
|
||||
Reference in New Issue
Block a user